home *** CD-ROM | disk | FTP | other *** search
- rem CAUTION
- rem This batch file deletes all the PhotoFinish DLL files
- rem from the current directory. Make sure that you run this
- rem file from the directory that contains the DLLs
- rem (usually the Windows SYSTEM directory). If the current
- rem directory is not correct, press Ctrl+C to stop now. Change
- rem to the correct directory and run this file again.
- rem
- rem If you accidently run this file and the DLLs are deleted,
- rem you will have to reinstall PhotoFinish from the original
- rem disks before you can use it again.
- rem
-
- pause To stop without deleting any DLLs, press Ctrl+C now.
-
- del browser.dll
- del jpeg_dll.dll
- del zcapdll.dll
- del zs3d.dll
-
-
-