Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 8 of 8(0.034 seconds)
Sort By:
 
Have a text file and want to get the strings out: type test.txt #This is a test file. ABC =     (DD1100 =     (ADDRLS =       (ADDR = (PRQ = XXX)(SERVER = MNXYZ-DBC01)(FOO = 0011))     ) )...
Zones: Perl, MS DOSDate Answered: 07/04/2009 Rating: 9.6 Views: 0
Would like to get the next day if the day in format YYYYMMDD is given. For example, Given date: 20080228, how to get the next day 20080229 in Dos shell? How about the next day for  20090228?
Zones: MS DOS, Windows BatchDate Answered: 09/27/2009 Rating: 9.6 Views: 0
Have loop issue: set uLimit=5 for /L %%i in (1,1,%uLimit% ) do  @echo %%i I expect the following results: 1 2 3 4 5 But I syntax error. Is it possible to be done?
Zones: MS DOSDate Answered: 11/06/2009 Rating: 9.6 Views: 11
How to get SET variable command in DOS coming from the result by executing a command . For example, want to get the result from SC QUERY "PLUG AND PLAY" | FIND "STOPPED" and then set it to a VA...
Zones: Windows Batch, kshDate Answered: 11/02/2008 Rating: 9.5 Views: 10
In a windows 2003 command shell we are trying to delete a file. If the permissions on the folder are wrong, access is denied and the file is not deleted. However %errorlevel% returns 0 in the comma...
Zones: MS DOSDate Answered: 07/21/2008 Rating: 8.8 Views: 0
I tried to append a string to a file with DOS batch script, but it did not do anything. The command I used is echo a_string >> %PATH1%\test.txt The string contains %var1%, =, and a number. How s...
Zones: MS DOS, Windows BatchDate Answered: 12/02/2008 Rating: 7.2 Views: 84
Hi, Im trying to switch on a service on 300 machines on our site.  I was just going to create a simple batch file and send it in a GPO with something like "net start whatever.exe".  Then remove ...
Zones: Windows Batch, MS DOSDate Answered: 03/11/2009 Rating: 9.1 Views: 5
Hi experts: Here is my problem.  My users are downloading an application (zipped) and will mostlikely download to the desktop and unzip the contents onto the desktop.  Eventhough we instruct to ...
Zones: MS DOS, Windows BatchDate Answered: 09/11/2008 Rating: 8.7 Views: 57
 
  • 1