; ;   X-Traktor Install Script v1.27
;   Sam Becket 
;   Cellblock4/SharkByte - 1997
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
echo >ENV:xwas `cd`
Requestfile >ENV:inst Work: noicons drawersonly title "Install X-Traktor Where?" positive Okay negative Abort
IF not $inst
   skip 1
ENDIF
echo "[EInstalling X-Traktor v1.6, Please Wait..."
cd $inst
makedir X-Traktor
echo >ENV:instx $inst noline
echo >>ENV:instx X-Traktor
cd "$xwas"
copy X-Traktor "$instx" quiet
copy X-Traktor.info "$instx" quiet
copy X-Traktor.guide "$instx" quiet
copy X-Traktor.guide.info "$instx" quiet
copy FILE_ID.DIZ "$instx" quiet
copy CB4!.NFO "$instx" quiet
copy IconX "$instx" quiet
copy Install "$instx" quiet
copy Install.info "$instx" quiet
Version >NIL: SYS:C/IconX Version=38 Revision=8
IF Warn
   copy IconX SYS:C quiet
ENDIF
echo "[EOK, done."
echo "X-Traktor v1.6 is now installed at " noline
echo [1m$inst[0m
wait 4
lab 1
delete >NIL: ENV:inst
delete >NIL: ENV:instx
delete >NIL: ENV:xwas
