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.
create batch file
Name: sai krishna Date: March 2, 2008 at 12:40:57 Pacific OS: dos CPU/Ram: 2gb Product: intell
Comment:
how to create batch file for listing all files in a folder with the file modified date and time
DIR /A-D /TW displays files with last modification date; beware that works in Windows systems only not plain DOS, but from your post header I guess you run Win XP or similar.
Summary: I have the basic batch file that will copy the files where I want them. Could someone post something I could add into my batch file that would create a file that would identify the date of the copy. ...
Summary: Hi, Just wondered if it was possible to create batch file which would look at all of the computers and their attached printers and do something similar to... if printer is on server 1, remove printer ...
Summary: Hi, I want to create a batch file using NTService.exe. My problem is like when i am passing the path like -start c:\program files\.... then it is not taking the space between "program" and "files". I ...