home *** CD-ROM | disk | FTP | other *** search
- ;Nib setup file. SPL 14 MAR 89.
- ; Type execute Execute.Me at CLI with the current
- ; directory set to the location of the nib files.
-
- ;just load your WORKBENCH from boot and enter the CLI
-
- failat 15
-
- echo "This will setup a disk for NIB"
- echo "Follow the prompts..."
- echo " "
- echo "Format disk for NIB ?"
- echo " Enter F0 to format DF0:"
- echo " Enter F1 to format DF1:"
- echo " Enter F2 to format DF2:"
- echo " Enter F3 to format DF3: or"
- echo " Press return to skip"
- skip >nil: ?
-
- lab f0
- Format drive df0: name "SS.NIB" noicons
- Install df0:
- skip
-
- lab f1
- Format drive df1: name "SS.NIB" noicons
- Install df1:
- skip
-
- lab f2
- Format drive df2: name "SS.NIB" noicons
- Install df2:
- skip
-
- lab f3
- Format drive df3: name "SS.NIB" noicons
- Install df3:
-
- lab
- echo " "
- echo "Nib files and directories are destined for drive..."
- echo " Enter 0,1,2,3 for DF0,DF1,DF2,DF3"
- echo " or HD if you edited this file for a Harddisk partition."
- skip >nil: ?
-
- lab r
- assign NIBtempzz: ram:
- skip copy
-
- ; Assign NIBtempzz: to a harddisk partition if you wish.
- lab hd
- assign NIBtempzz: HD0:
- skip copy
-
- lab 0
- assign NIBtempzz: df0:
- skip copy
-
- lab 1
- assign NIBtempzz: df1:
- skip copy
-
- lab 2
- assign NIBtempzz: df2:
- skip copy
-
- lab 3
- assign NIBtempzz: df3:
-
- lab copy
- echo "Moving files..."
- echo " "
-
- if not exists nibtempzz:NibData
- makedir nibtempzz:NibData
- endif
- copy Nib.ss nibtempzz:NibData
- copy Nib.title nibtempzz:NibData
- copy Nib.ctrl nibtempzz:NibData
- copy Nib.doc nibtempzz:
- copy Nib nibtempzz:
- copy Nib.info nibtempzz:
- copy Form.txt nibtempzz:
- copy Execute.Me nibtempzz:
-
- echo "Make this a Nib boot disk?"
- echo " Enter B for yes"
- echo " Press return to skip"
- skip >nil: ?
-
- lab b
- if not exists nibtempzz:s
- makedir nibtempzz:s
- copy s-s nibtempzz:s/startup-sequence
- copy syscon nibtempzz:system-configuration
- copy .info nibtempzz:
- endif
-
- lab
- echo "DONE!"
-
-