home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist %windir%\pex.exe copy \pex.exe %windir% > nul
- if not exist %windir%\system\mfc42.dll copy \pcppmenu\setup\mfc42.dll %windir%\system > nul
- if exist %windir%\pex.ini goto update
- if exist c:\pcpp\pex2.ini goto end
-
- rem Add pex to registry
- start \pcppmenu\setup\pex.reg
-
- :update
- attrib -r -a -s -h %windir%\pex.ini
- del %windir%\pex.ini
- attrib -r -a -s -h %windir%\pex.exe
- copy \pex.exe %windir% > nul
- goto end
-
- :end
- cd \
- if not exist c:\pcpp\pex2.ini mkdir c:\pcpp > nul
- cd > c:\pcpp\pex2.ini
- start \pcppmenu\pcpp.hlp
-
-
-