.key path,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10
.bra {
.ket }
If NOT "{n1}x" EQ "x"
 C:Echo "You must use *"Quotes*" as in *"DH0:*".  Installation Aborted."
 Skip DONE
EndIf
If "{path}" EQ "Quit"
 Skip DONE
EndIf
If "{path}" EQ "quit"
 Skip DONE
EndIf
If "{path}" EQ "QUIT"
 Skip DONE
EndIf
If "{path}x" EQ "x"
 Skip DONE
EndIf
Echo "Installing MovieGuide V3.0 to *"{path}*"..."
If NOT EXISTS "{path}"
 C:MakeDir "{path}"
EndIf
C:Copy C:Copy T:Copy
c:copy MG3_1:c/lharc T:
t:copy MG3_1:Drawer "{path}.info"
t:copy mg3_1:libs/Medplayer.library sys:libs/
echo "Installing Binaries..."
T:lharc e MG3_1:BIN30 {path}/ >nil:
t:copy mg3_1:INSTALL.README {path}/
echo "Installing Biographies..."
T:lharc e MG3_1:BIO {path}/ >nil:
echo "Installing Pictures..."
t:lharc e MG3_2:IMAGES {path}/ >nil:
echo "Installing Plot Summaries..."
t:Lharc e MG3_3:PLOT {path}/ >nil:
echo "Installing Movie Data..."
T:lharc e MG3_3:DATA1 {path}/ >nil:
T:Lharc e MG3_4:DATA2 {path}/ >nil:
Delete ram:t/#? >nil:
Echo "*NInstallation Complete.*N"
lab DONE

