home *** CD-ROM | disk | FTP | other *** search
- if exists C:Assign
- Copy C:Assign DF1:C
- else
- echo "ERROR: Could not find C:Assign "
- endif
-
- if exists C:MakeDir
- Copy C:MakeDir DF1:C
- else
- echo "ERROR: Could not find C:MakeDir"
- endif
-
- if exists Libs:DiskFont.library
- Copy Libs:DiskFont.library DF1:Libs/DiskFont.library
- else
- echo "ERROR: Could not find Libs:DiskFont.library"
- endif
-
- if exists l:Ram-Handler
- Copy l:Ram-Handler DF1:l/Ram-Handler
- else
- echo "ERROR: Could not find l:Ram-Handler*n Not needed if using Workbench 2 or above."
- endif
-
- Install DF1:
- Echo "Install complete now boot on disk in DF1:"
-