home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / bbs / ff825.lha / FF825 / WComm / English / Install_Me < prev    next >
Text File  |  2001-02-25  |  1KB  |  49 lines

  1. .K ""
  2. ;!Execute
  3.  
  4. AskReq H Information M "This script will install WComm to your system|Do you want to proceed ?" P "OK" N "Quit"
  5.  
  6. if NOT WARN
  7.     QUIT
  8. ENDIF
  9.  
  10. Set DST ""
  11.  
  12. Set DST `AskReq H "Installing WComm ..." M "Please tell me the location|where I should copy the WComm binary to" S G "ENVARC:"`
  13.  
  14. if $DST EQ ""
  15.     QUIT
  16. ENDIF
  17.  
  18. AskReq H Information M "I will now copy WComm to|'$DST'|Do you want to proceed ?" P "OK" N "Quit"
  19.  
  20. if NOT WARN
  21.     QUIT
  22. ENDIF
  23.  
  24. Copy WComm $DST
  25. Copy WComm.info $DST
  26.  
  27. SET CFG ""
  28.  
  29. SET CFG `AskReq H Infomation M "WComm to $DST copied ...|WComm needs also some configurations|files. Where should I copy theses to ?" S G "ENVARC:"`
  30.  
  31. if $CFG EQ ""
  32.     QUIT
  33. ENDIF
  34.  
  35. AskReq H Information M "I will now copy the configuration files to|'$CFG'|Do you want to proceed ?" P "OK" N "Quit"
  36.  
  37. if NOT WARN
  38.     QUIT
  39. ENDIF
  40.  
  41. Copy WComm.prefs#?   $CFG
  42. Copy XWindow.prefs#? $CFG
  43. Copy XWindow.prefs#? $CFG
  44. Copy Notify.prefs#?  $CFG
  45.  
  46. AskReq H Infomation M "All files copied succesful...|Installtion finished."
  47.  
  48. QUIT
  49.