home *** CD-ROM | disk | FTP | other *** search
- rem copy the file zapper program to the the filezap directory
- rem assumed to be drive C:
- rem filezap is copyright 1992 Thomas W. Kellar
- rem all rights are reserved
- rem
- mkdir c:\filezap
- copy *.* c:\filezap
- echo done!
- echo If you are a windows 3.0 user you must copy the file
- echo shell.dll to c:\windows\system
- echo e.g. C:\FILEZAP>copy shell.dll c:\windows\system
- echo
-