home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Archiver / DISKSQUIZE.lzx / DiskSqueeze! / SpeedUp < prev    next >
Encoding:
Text File  |  1995-08-28  |  1.5 KB  |  75 lines

  1. .bra {
  2. .ket }
  3.  
  4. Echo "DiskSqueeze!'s SpeedUp necessary filefinder v1.00"
  5. Echo "© 1995 Dirk Vael  - All Rights Reserved"
  6. Echo ""
  7. Echo "Hold on, I'm searching your system for the tools..."
  8. Echo ""
  9.  
  10. Which Testdevice >ENV:TestDevice
  11. If Warn
  12.  Echo "Sorry, no TestDevice tool installed (REQUIRED!!)"
  13. else
  14.  Echo "TestDevice.. OK -> $TestDevice"
  15.  Copy ENV:TestDevice ENVARC:
  16. EndIf
  17.  
  18. Which PackDev >ENV:PackDev
  19. If Warn
  20.  Echo "Sorry, no PackDev tool installed (REQUIRED!!)"
  21. else
  22.  Echo "PackDev..... OK -> $PackDev"
  23.  Copy ENV:PackDev ENVARC:
  24. EndIf
  25.  
  26. Which DirII >ENV:DirII
  27. If Warn
  28.  Echo "Sorry, no DirII tool installed (REQUIRED!!)"
  29. else
  30.  Echo "DirII....... OK -> $DirII"
  31.  Copy ENV:DirII ENVARC:
  32. EndIf
  33.  
  34. Which LZX >ENV:LZX
  35. If Warn
  36.  Echo "Sorry, no LZX tool installed (REQUIRED!!)"
  37. else
  38.  Echo "LZX......... OK -> $LZX"
  39.  Copy ENV:LZX ENVARC:
  40. EndIf
  41.  
  42. Which More >ENV:More
  43. If Warn
  44.  Echo "Sorry, no 'More' tool installed (REQUIRED!!)"
  45. else
  46.  Echo "More........ OK -> $More"
  47.  Copy ENV:More ENVARC:
  48. EndIf
  49.  
  50. Which DMS >ENV:DMS
  51. If Warn
  52.  Echo "Sorry, no DMS tool installed (NO DMS COMPATIBILITY!!)"
  53. else
  54.  Echo "DMS......... OK -> $DMS"
  55.  Copy ENV:DMS ENVARC:
  56. EndIf
  57.  
  58. Which dd >ENV:dd
  59. If Warn
  60.  Echo "Sorry, no dd tool installed (NO XDM COMPATIBILITY!!)"
  61. else
  62.  Echo "dd.......... OK -> $dd"
  63.  Copy ENV:dd ENVARC:
  64. EndIf
  65.  
  66. Echo ""
  67. Echo "All environmental files installed!"
  68. Echo ""
  69. Echo "DiskSqueeze! will now be a tad faster ;-)"
  70. Echo ""
  71. Echo "If you move a file on your system, re-run this program,"
  72. Echo "or bugs WILL arise!"
  73. Echo ""
  74. Echo "Operation complete! Have fun ..."
  75.