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.
EXIT in BATCH file
Name: vivcn4acid Date: June 9, 2009 at 03:23:17 Pacific OS: Xp Subcategory: General
Comment:
Im working in XP and created a batch file with an extension .cmd and not .bat...when i execute its working fine but the DOS window is not closing...
my program is
@Echo Off setlocal Set _InputFile=\\as-sisccsfsv02\Paybase2dev\DelDups\config.txt Set _Data1="" For /F "tokens=1,2* delims=:" %%A IN (%_InputFile%) DO Set _Data%%A=%%C IF "%_Data1%"=="" set _Data1=1 set _
i dono where and how to place the EXIT and also whether to use cls or exit...since im using a connection string and tryin to connect to execute queries in sql..its a bit confusing..please advice..thanks in advance
Summary: 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@Netsca...