Jump to content

run dos commands interactively with install phase...


Recommended Posts

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 say

echo off

:world

cls

echo type in a dos command now, and press enter

echo if not sure just press enter

echo on

echo off

set /p comx=

echo on

%comx%

pause

echo off

cls

echo would you like to put in another command?

echo press 1 for yes

echo press 0 for no

set /p killx=

if %killx%==1 goto world

Edited by petteysw
Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...