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 programming
Name: Andyred Date: April 17, 2009 at 05:50:13 Pacific OS: Windows Vista Subcategory: General
Comment:
I need to remove all carriage returns returns from a file using a windows batch file.
Summary: I wrote a little batch file, that runs off of a floppy. It copies a folder off of A: on to C:, and then runs another batch file off of C: (which it copied off of the A drive). The initial window whi...
Summary: It's probably caused by your default console window being set to not close when the program terminates. Don't worry, the batch file does in fact complete. It's just that the window doesn't disappear. ...
Summary: Does anyone know how to create a batch file that will automatically get the current date in the format year month day eg. 20060206 (using todays date as an example) Can this be done using dos batch f...