home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
util
/
misc
/
mhsutil4.lha
/
Setup.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-31
|
640b
|
27 lines
Failat 50
Echo " "
Echo "
Setup v1.0
:
Setting up, please wait.
"
Echo " ------------------------------------"
If Exists DF0:setup.tmp
Echo " Removing temporary assign(s)..." NOLINE
Assign >NIL: c: :c REMOVE
Assign >NIL: LIBS: "" REMOVE
Assign >NIL: LIBS: :c REMOVE
Delete >NIL: DF0:setup.tmp
Echo "done!"
Skip ItsOver
Endif
Echo " Making temporary assign(s)..." NOLINE
Assign >NIL: c: :c ADD
Assign >NIL: LIBS: :c ADD
c/InstallLIB powerpacker
Echo "done!"
Echo " "
Echo "
NOTE: Click me again to remove the temporary assigns!!!
"
Echo >DF0:setup.tmp "Y"
LAB ItsOver
Wait 4 SECS
EndCLI
;