Jerm Posted August 12, 2003 Posted August 12, 2003 Hi all Just a quick question, at what point are you supposed to see the command window displaying all the info about what the batch files are installing/deleting etc.. because for some reason it doesnt show during my setup (i have taken the EXIT out at the bottom of the batch file) and i cannot tell if there are any errors in my batch files, although the commands in the batch files are being carried out cause all the windows wallpapers and screen savers have been deleted etc..Thanks
DaveXP Posted August 12, 2003 Posted August 12, 2003 that the end of the windows setup the batch file will run.
bigred Posted August 12, 2003 Posted August 12, 2003 Yup...the batch file runs at the very end, right before you reboot and login....You can use the "pause" command in your batch file....it will prompt you to "hit any key to continue"....this allows you to slide back up and see if you got any error messages, etc.
Jerm Posted August 12, 2003 Author Posted August 12, 2003 thanks guys, i will try what you said bigred
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