home *** CD-ROM | disk | FTP | other *** search
- .key pad,extra1,e2,e3,e4,e5,e6,e7,e8,e9,e10
- .bra {
- .ket }
-
- if "{pad}" EQ ""
- Skip KLAAR
- endif
- if "{pad}" EQ "Q"
- Skip KLAAR
- endif
- if "{pad}" EQ "q"
- Skip KLAAR
- endif
-
- Echo " I'm busy installing the_Shepherd to *"{pad}*"."
- if NOT EXISTS "{pad}"
- Makedir "{pad}"
- Endif
- if NOT EXISTS "{pad}.info"
- copy Shepherd:S/LadeIcon.info "{pad}.info" quiet
- Endif
-
- copy Shepherd:the_Shepherd "{pad}" quiet
- copy Shepherd:the_Shepherd.info "{pad}" quiet
- copy Shepherd:Read_Me "{pad}" quiet
- copy Shepherd:Read_Me.info "{pad}" quiet
- copy Shepherd:Eat_Me "{pad}" quiet
- copy Shepherd:Eat_Me.info "{pad}" quiet
- copy Shepherd:Feed_Me "{pad}" quiet
- copy Shepherd:Feed_Me.info "{pad}" quiet
- Makedir "{pad}/Misc"
- copy Shepherd:Misc/#? "{pad}/Misc" quiet
- Makedir "{pad}/Sprites"
- copy Shepherd:Sprites/#? "{pad}/Sprites" quiet
- Makedir "{pad}/Sound"
- copy Shepherd:Sound/#? "{pad}/Sound" quiet
- echo "*N Please put the command: Assign Shep: *"{pad}*""
- echo " in the s/startup-sequence of your HardDisk."
- Makedir "{pad}/Alls"
- copy Shepherd:Alls/#? "{pad}/Alls" quiet
-
- Assign Shep: "{pad}"
-
- lab KLAAR
-