tonycrew Posted May 19, 2004 Posted May 19, 2004 Is there a way to LOG your *.CMD instalation from $OEM$ so you can view any probs later..?
jondercik Posted May 20, 2004 Posted May 20, 2004 Have each command in the batch file write to a file with the >> operator. For example dir >>dir.txt will dump the outcome of the directory command to the file dir.txt in the current directory.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now