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.
Tool to check syntax of cmd files
Name: Chris Pollitt Date: April 22, 2003 at 16:41:14 Pacific OS: Windows XP CPU/Ram: PIII / 512 M
Comment:
Is there a tool that can do even a rudimentary syntax check of a cmd file? I thinking of something analygos to the Perl command: perl -cw foo.pl Any help would be greatly appreciated.
Please send a copy of your answer to my email address: topher1967@yahoo.com - Thanks.
Summary: Hello, I was just trying to set a variable to the contents of a file in a batch file. For example... I did a CD>Current_dir.txt to find out where I am.. and then want to set a CRNT_DIR=current_dir.tx...
Summary: Hi, Using dos script i want to check the size of the file. If it is over 1 mb i want to rename it. i got the logic for renaming with time stamp but not clear with the file size. I am not passing file ...