home *** CD-ROM | disk | FTP | other *** search
- echo = off
- cls
- If %1z==A:z goto COLON
- If %1z==a:z goto COLON
- If %1z==B:z goto COLON
- If %1z==b:z goto COLON
- Echo INSTALL procedure requires disk drive codes
- Echo To install from A to C type:
- Echo INSTALL A: C:
- Echo
- Echo Re-execute INSTALL with a disk drive code
- Echo INSTALL has been cancelled
- Goto Finis
- :COLON
- If %2z==C:z goto COLON2
- If %2z==c:z goto COLON2
- If %2z==D:z goto COLON2
- If %2z==d:z goto COLON2
- Echo INSTALL procedure requires disk drive codes
- Echo To install from A to C type:
- Echo INSTALL A: C:
- Echo
- Echo Re-execute INSTALL with a disk drive code
- Echo INSTALL has been cancelled
- Goto Finis
- :COLON2
- %2
- md \tutor37
- cd \tutor37
- del %2Ins2.bat
- copy %1\*.*
- copy %1\tutor.bat %2\
- If not exist %2ins2.bat Goto Finis:
- Ins2 %1 %2
- :Finis
- cd\
- cls
- echo Installation is complete on %2
- echo Execute by typing TUTOR
- :Finis