Summary: Hello there, im new to this website and maybe my question is being asked in the wrong section, but I was hoping someone could help me. When I open IE ...
Summary: Examples so far could only work on NT platforms if that(?). 9x boxes will need 'REGEDIT4' for a .reg file header and can not use 'add reg' as a valid...
Summary: Try to add this at the very end of your Autoexec.bat file. Just swap Excel&word with ghost & part. magic :menu cls echo 1.Excel echo 2.Word set /p ch...
Summary: The first of a pair of floppy discs that allow booting a WinXp system, to be able to manage the NTFS files from A:\ through NTFSPRO, has an autoexec.b...
Summary: A question to BAT-gurus! First of all, I am not a programmer, so please don't blame my ignorance. Every morning I come to office and open my Internet ...
Summary: Hi, i'll try and explain my problem: i've created a nice menu in DOS using batch files. there is only one problem. when i want to exit my menu there's...
Summary: Here is the scenario, and I've got two questions: 1. I've got a bat file, which continuously running on the background, and I would like to log that ...
Summary: Hi Could someone please compile a .bat file for deleting cookies, temporary internet files & history so i can put an icon in IE toolbar. This would be...
Summary: Can a bat file search a html file and strip out the url's from it and dump them to a txt file ? If so how would you do it ? "Don't know what you don'...
Summary: I don't think BAT files support that functionality. I recommend looking into the scripting language AutoIt. (It's quite stable despite its "Beta" stat...
Summary: A batch files is just a collection of command line commands. Such as: cd\, cd dos, del c:\autoexec.bat, edit autoexec.bat, attrib -s -h -r msdos.sy...
Summary: Hello, To run a file from an application I have write the following bat file : Echo off START %1 EXIT %1 takes the variable for example C:\Temp\200...
Summary: ...and just to correct Nathan Rooke, the Programming forum is the perfect place to post a question about writing .BAT files since it is a form of prog...
Summary: I'm trying to write a .bat file which opens a folder containing several files (.msg files to be exact), copies all of the files then opens another fol...
Summary: gorf, please excuse my ignorance, and I don't mean to sound like an ass...but why are there so amny .bat postings? Do people really still use .bat fil...
Summary: I know that it is possible to edit autoexec.bat and how to do it, but what i need to know is if you can use normal commands that you would use in a no...
Summary: Hi all. I need to add a line into my existing .bat file which functions as the logon script for all users in the company. One of our pieces of softwar...
Summary: When you click on an icon for a .bat file, a DOS window is opened and stays open only long enough for the file to run. Once it's done, the dos window...
Summary: Hello, I have written an application whose uninstaller eventually calls a .BAT file to help uninstall itself, as well as delete the directory the u...
Summary: Hey guys, I have a reasonably simple batch file which I'm having huge problems with! I was wondering if anybody could help me. This bat file is schedu...
Summary: Hi all, this question is asked in many website but no one have the answer. but i know that in this website their is allot of genius. so how want to h...
Summary: I have an XML file that has many tags, each of which has some nested ones underneath. How can I have a batch file that adds a nested tag under one of ...
Summary: Thank you so much for your help, I have it working but I need more features to this little experiment. What I have it doing now is finding the current...
Summary: the network drive in question is specific to each individual user e.g username - user1 has a networked home drive, that them and only them can use whi...