home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :restart
- %1:
- cd\
- if exist c:\menutemp.bat del c:\menutemp.bat
- pcfmenu %1
- if not exist c:\menutemp.bat goto end
- call c:\menutemp
- goto restart
- :end
- cls
- echo Thankyou for using PC Format CoverCD
- echo.
-