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.
Need help with bat file
Name: eec84 Date: August 31, 2005 at 21:13:10 Pacific OS: xp CPU/Ram: Pentium M/1gig
Comment:
I'm not that experienced using batch files but I need to get this batch file to work relatively soon. The bat file is supposed to echo a user name and display all the directories that the user has access to in the specified folder. Most of the code is from freeware that someone else has already setup. The code for the bat file to run however is this: echo CEDTR getaccess CEDTR c:\i386 1.txt /d /verbose > testout.txt
The bat file runs fine and displays everything in the testout.txt file however after running only 1 user name CEDTR the program stops and doesnt continue to echo the next user name and display their access rights to the directory. Any help or ideas would be appreciated, thank you.
Summary: I need to make a bat file that asks user the name of the file example "car" and the bat file will replace where file will write car and the it asks how many images will be copied example 6 then it doe...
Summary: Hi, I have a csv file having close to 59 columns delimited with comma. I might contain some fileds with a comma in it like below: cat,bat,tom "bot,inc",tom,bot the field having a comma would be enclos...
Summary: Hi everyone, I'm modifying my phpBB installation, and I need help with one of the queries I'm trying to modify. I'm a novice with SQL, so go easy, please! I'm changing the viewforum.php file, which i...