home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / xareafix.lha / XAreaFix / install-XAreaFix < prev    next >
Encoding:
Text File  |  1994-03-06  |  1.2 KB  |  65 lines

  1. ; This script installs XAreaFix and its config files
  2. (complete 0)
  3. (makedir "XConfig:XAreaFix"
  4.     (prompt "I will now create the directory \"XConfig:XAreaFix\"")
  5.     (help @makedir-help)
  6.     (infos)
  7.     (confirm)
  8. )
  9.  
  10. (complete 20)
  11. (copyfiles
  12.     (prompt "Copying all configuration files to XConfig:XAreaFix.")
  13.     (help @copyfiles-help)
  14.     (source "configuration")
  15.     (dest "XConfig:XAreaFix/")
  16.     (pattern "#?.config")
  17.     (files)
  18.     (confirm)
  19. )
  20.  
  21. (complete 40)
  22. (copyfiles
  23.     (prompt "Copying all documentation to XConfig:XAreaFix.")
  24.     (help @copyfiles-help)
  25.     (source "documentation")
  26.     (dest "XConfig:XAreaFix/")
  27.     (pattern "#?.doc")
  28.     (files)
  29.     (confirm)
  30. )
  31.  
  32. (complete 60)
  33. (copyfiles
  34.     (prompt "Copying all script files to Xenolink:scripts.")
  35.     (help @copyfiles-help)
  36.     (source "scripts")
  37.     (dest "Xenolink:scripts/")
  38.     (pattern "#?.doc")
  39.     (files)
  40.     (confirm)
  41. )
  42.  
  43. (complete 80)
  44. (copyfiles
  45.     (prompt "Copying all utilities to Xenolink:utilities.")
  46.     (help @copyfiles-help)
  47.     (source "utilities")
  48.     (dest "Xenolink:utilities/")
  49.     (pattern "#?")
  50.     (files)
  51.     (confirm)
  52. )
  53.  
  54. (complete 90)
  55. (copyfiles
  56.     (prompt "Copying all helpfiles to XConfig:XAreaFix.")
  57.     (help @copyfiles-help)
  58.     (source "help")
  59.     (dest "XConfig:XAreaFix/")
  60.     (pattern "#?")
  61.     (files)
  62.     (confirm)
  63. )
  64.  
  65.