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))
)
)...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_24543520.html
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?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24763629.html
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?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24876955.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_23863394.htm...
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_23564168.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_23883688.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_24220348.htm...
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 ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_23708969.html