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 writing to a text file??
Name: kevin Date: May 5, 2003 at 12:06:32 Pacific OS: Windows 2000 CPU/Ram: Pentium 3 512 RAM
Comment:
I am using the following statement to capture the username of all the users who execute my batch file:
echo %username% >username.txt
The problem is that it only captures 1 username and then the next time someone executes the batch file, it overwrites the previous username with the new username. How do I set up the file to capture all usernames in an ongoing list, and not just the single most recent?
Summary: I have integrated CheckSum in a batch file, what i need is to read the message created by the CheckSum in the batch file and write it to a text file. Any ideas???? Thank you for your time and consider...
Summary: Greetings, I'm trying to write a text batch file for NT that tracks user logins by creating a file called %username% evertime a user logs in. I then re-direct ">" that info to a .txt file as a psuedo ...
Summary: ok, first of all, i'm a complete newbie in dos programming. i just need to know this for something else i'm programming... here's my question: is there a way to write the "text" that gets showed when ...