home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / miscutil / wwbatch.lha / IBF2RES < prev    next >
Encoding:
Text File  |  1992-04-07  |  531 b   |  23 lines

  1. ; ! WW ! Install Batch File To RESIDENT
  2. ; by Carsten Raufuß, 02-Feb-1992
  3. ; ©1991 by ! WIZARD WORKS !
  4. ; - with this batch file you can resident the files/commands
  5. ;   needed for ! WW ! program batch files
  6. ; - this is quite helpful for 1 disk drive Amigas
  7. ; - copy this batchfile to RAM: or SYS: and execute it...
  8.  
  9. echo "Trying to resident ..."
  10.  
  11. echo "C:IconX ..."
  12. resident C:IconX     pure add
  13. echo "O.K."
  14.  
  15. echo "C:Run ... "
  16. resident C:Run       pure add
  17. echo "O.K."
  18.  
  19. echo "C:Execute ..."
  20. resident C:Execute   pure add
  21. echo "O.K."
  22.  
  23.