Echoing code to a certain point in a batch file
Posted: 19 Oct 2011 00:23
I am hoping that someone could tell me how to do the following.
I would like to make a batch file where someone has to set up an "account". But then once they have made their "account", the batch file places
into the very start of the batch file's code so that it can go straight to the "login" part instead of following the "setup" path.
Any help would be appreciated,
Rileyh
I would like to make a batch file where someone has to set up an "account". But then once they have made their "account", the batch file places
Code: Select all
chdir /D (whatever the directory they have made their account in)
into the very start of the batch file's code so that it can go straight to the "login" part instead of following the "setup" path.
Any help would be appreciated,
Rileyh