Summary: Hmm, thanks for the advice, but I'm still not getting it to work. I changed the extension to .cmd, but it seems to act the exact same way. When I put ...
Summary: Use this command: @c:\command.com c:\ /cn:\is\orgfix\orgfix.bat This will start a new instance of Command.Com, run your batch file and close the windo...
Summary: Anyone know how to have a DOS batch file automatically close in Windows ME? (Yes, it's a stupid thing to try). I put exit in bat file and "Close on ex...
Summary: One batch file uses start command to open another. Just like the description in "start /?" sais: If it is an internal command or a batch file then the...
Summary: I want to create a batch file which executes a windows shortcut. This might sound a bit strange (why dont I just execute the file directly from the ba...
Summary: Ok Ok, it might be a window question. The fact is I didn't know if there were some kind of option before running the batch file from the cmd window. A...
Summary: Thank you for reading this - I'm trying to figure out how to get a cmd.exe window to close after a simple batch file has run. The batch file simply in...
Summary: I am in windows... using a batch file... I can get it to open a windows program by typing "start c:\windows\notepad.exe" but how can i get the batch f...
Summary: "Typo", sorry! I know there is something I'm missing here. I need some help witht this batch file. It does everything I want, except close the command...
Summary: I want to run two programs simultaneously from a batch file. Can I make the batch open each in a new window at the same time? Any help is appreciated...
Summary: I know there is something I'm missing here. I need some help witht this batch file. It does everything I want, except close the command prompt in th...
Summary: Standard logon script running from a MS Server 2003 server on a Windows Xp machine. Here's the script (altered for security reasons): ***** net use u:...
Summary: I was writing a batch file for xp to empty out some temp folders in the profiles of each user on the machine. Then it backs up the profile to a server...