Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Exiting Dos Batch File
Name: DerbyDad03 Date: March 6, 2005 at 18:34:39 Pacific OS: XP-Home CPU/Ram: 2.5Gb/512Mb
Comment:
I'm looking for help with a simple batch file. The following are the last two lines of a batch file that deletes some cookies and then runs a program.
cd C:\Program Files\Radio@Netscape\ Radio@Netscape.exe
I click on a desktop icon, the cmd.exe window opens and the batch file executes. The problem is that the cmd.exe window stays open until I either quit Radio@Netscape.exe or click the X to close the cmd.exe window. Obviously the batch file is not moving beyond the line that runs the app until the app is closed.
Is there a way to either prevent the cmd.exe window from opening in the first place, or at least have it close once the app is started?
Summary: I have a simple dos batch file. I want to make an icon that user can click on have this dos command run without opening a dox box. nidr *.* and then I want this ourpur to a file >test.txt. I just do n...
Summary: Every times I open MS-DOS Batch File, it will closed automatically at the beginning. I had tried change the compatibility but it still same Any suggestion? ...
Summary: I am writing a DOS batch file in which one of the parameters at the command line has to include zeroes (e.g., 0025). When the parameters are processed, the zeroes are dropped (e.g., 25). However, I ...