home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if %1. = . exit
- if %1 = - goto back
- set oldpath=%path%
- if not %9. = . goto nine
- if not %8. = . goto eight
- if not %7. = . goto seven
- if not %6. = . goto six
- if not %5. = . goto five
- if not %4. = . goto four
- if not %3. = . goto three
- if not %2. = . goto two
-
- set path=%path%;%1
- exit
- :two
- set path=%path%;%1;%2
- exit
- :three
- set path=%path%;%1;%2;%3
- exit
- :four
- set path=%path%;%1;%2;%3;%4
- exit
- :five
- set path=%path%;%1;%2;%3;%4;%5
- exit
- :six
- set path=%path%;%1;%2;%3;%4;%5;%6
- exit
- :seven
- set path=%path%;%1;%2;%3;%4;%5;%6;%7
- exit
- :eight
- set path=%path%;%1;%2;%3;%4;%5;%6;%7;%8
- exit
- :nine
- set path=%path%;%1;%2;%3;%4;%5;%6;%7;%8;%9
- exit
- :back
- set path=%oldpath%
- set oldpath=
- exit