Summary: Hi, I have a problem with my batch file. I ran my script to get the next process number from the Num file. Here the problem is that instead the...
Summary: Hi Help me in this issue @echo on set Path=C:\Temp.txt for /f "eol=; tokens=1 delims=" %%i in (%Path%) do (set /a no=%%i+1) echo First %no% set no=...
Summary: Hi I am creating a dos based batch file for database backup & Restore. Here I need to make the database to be "dbo use only" from the CLI So...
Summary: Hi This is the batch script i am using for database backup & Restore. set UN=%1 set PWD=%2 set SER=%3 set DB=%4 sqlcmd -U %UN% -P %PWD% -S %SER% -Q ...
Summary: Hi I created the DOS based batch file as below: set STR_PATH=%1 ........ ........ I am passing the argument as C:\TestDir\Test So here in a period of ...
Summary: Using Batch file(.bat Dos based) I have to read a text file(temp.txt) containing data as the following: #,User,Password,Feed,Capacity Trusp,doit123,DN...
Summary: Hi to all With MS MS-DOS 6.22 Microsoft shipped an AntiVirus App (I'm not sure if originaly from symantec),btw. Did someone know if new signatures are...