home *** CD-ROM | disk | FTP | other *** search
- @ Echo off
- IF (%1)==(/h) GOTO HELPME
- if %1==/H goto HELPME
- if %1==/? goto HELPME
- Echo Command Line Drive Creater.
- Echo REMEMBER! The syntax is kcdline [path to actual dir] [virtual drive]
- Echo Do not be smart and add in anything extra like slash(/) or anything else.
- Echo Type kcdline /h for more info.
- IF (%1)==() GOTO HELPME
- IF (%2)==() GOTO HELPME
- @ echo @ kcddos %2 %1 >> runme.bat
- goto END
- :HELPME
- echo.
- echo.
- echo To use this program, type 'kcdline [path to actual dir] [virtual drive]'.
- echo EG. kcdline i: c:\mydir
- echo Copyright 1998 CkWhy & Koshikan Corp. All rights reserved.
- echo.
- echo.
- goto END
- :END
-