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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now