home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 25 / CDPowerplay25.iso / go.bat < prev    next >
Encoding:
DOS Batch File  |  1998-04-16  |  562 b   |  24 lines

  1. @echo off
  2. if not exist %windir%\pex.exe copy \pex.exe %windir% > nul
  3. if not exist %windir%\system\mfc42.dll copy \pcppmenu\setup\mfc42.dll %windir%\system > nul
  4. if exist %windir%\pex.ini goto update
  5. if exist c:\pcpp\pex2.ini goto end
  6.  
  7. rem Add pex to registry
  8. start \pcppmenu\setup\pex.reg
  9.  
  10. :update
  11. attrib -r -a -s -h %windir%\pex.ini
  12. del %windir%\pex.ini
  13. attrib -r -a -s -h %windir%\pex.exe
  14. copy \pex.exe %windir% > nul
  15. goto end
  16.  
  17. :end
  18. cd \
  19. if not exist c:\pcpp\pex2.ini mkdir c:\pcpp > nul
  20. cd > c:\pcpp\pex2.ini
  21. start \pcppmenu\pcpp.hlp
  22.  
  23.  
  24.