Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file commands in win2000
Name: Riikka Date: March 26, 2004 at 03:49:41 Pacific OS: win2000 CPU/Ram: -
Comment:
Hello, I have problems writing batch file. I need to read from a file lines in FOR-loop and write them to another file without CR/LR. I have tried to read lines to variables and connect them afterwards in subroutine, but then problem is quotation mark (which I do not want to include in a string). How can I prevent CR/LF-marks or how I can remove quotation mark from a string (SET line=%~1 doesn't work, batch execution terminates to that command)?
Summary: I want to create a batch file which will automatically copy a file created on the current day by using the system date variable, i.e. "xcopy /d:%date%" However the default value of this variable is i...
Summary: Does anyone know if there is an equivalent command to deltree in win2000. What i need to do is to delete all files and any subfolders from a folder from a batch file. In win95/98 i would use: deltree ...
Summary: Hello, I'm having a problem with a batch file. I am trying to use a variable in a filename so that when run the output will go to a time stamped log file. Here's the type of command I'm trying to run...