home *** CD-ROM | disk | FTP | other *** search
- ; ! WW ! Install Batch File To RESIDENT
- ; by Carsten Raufuß, 02-Feb-1992
- ; ©1991 by ! WIZARD WORKS !
- ; - with this batch file you can resident the files/commands
- ; needed for ! WW ! program batch files
- ; - this is quite helpful for 1 disk drive Amigas
- ; - copy this batchfile to RAM: or SYS: and execute it...
-
- echo "Trying to resident ..."
-
- echo "C:IconX ..."
- resident C:IconX pure add
- echo "O.K."
-
- echo "C:Run ... "
- resident C:Run pure add
- echo "O.K."
-
- echo "C:Execute ..."
- resident C:Execute pure add
- echo "O.K."
-
-