petteysw Posted April 27, 2006 Posted April 27, 2006 (edited) the following is one of my batch files i use for troubleshooting / making sure i get the commands right the first time.....allows you to put in any command you want during the install... also lets you see the progress of the directory/ file tree..... during install very handy tool i ' d sayecho off:worldclsecho type in a dos command now, and press enterecho if not sure just press enterecho onecho offset /p comx=echo on%comx%pauseecho offclsecho would you like to put in another command?echo press 1 for yesecho press 0 for noset /p killx=if %killx%==1 goto world Edited April 28, 2006 by petteysw
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