Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Timestamp for .bat
Name: ttocs Date: April 8, 2003 at 16:43:26 Pacific OS: Windows 2000 CPU/Ram: p4 1.6 / 512
Comment:
I am looking to attach a timestamp to the following command net view >> \\superbeast\c$\NETSTATUS.txt
How can I add the time and date to the .txt file? Thank you
Summary: Howdy all. I'm looking for some ideas on what everyone uses .bat files for. I like using them, but I can't think of any other ways to use them. Can anyone help brainstorm to come up with some invent...
Summary: Hi, The reason it adds new info on a new line is because of a eol or cairrage return. If the bat is cls @echo off md The above is just an example, with your wanting to add onto the md....md stuff. To...