home *** CD-ROM | disk | FTP | other *** search
- @echo off
- mkdir win386
- copy *.* win386
- if exist makefile goto x1
- copy ..\null.fil win386\makefile
- :x1
- if not exist p1.p goto l1
- cd win386
- bpatch p1.p -b -p
- erase p1.p
- cd ..
- erase p1.p
- :l1
- if exist menu.c goto x2
- copy ..\null.fil win386\menu.c
- :x2
- if not exist p2.p goto l2
- cd win386
- bpatch p2.p -b -p
- erase p2.p
- cd ..
- erase p2.p
- :l2
- if exist menu.h goto x3
- copy ..\null.fil win386\menu.h
- :x3
- if not exist p3.p goto l3
- cd win386
- bpatch p3.p -b -p
- erase p3.p
- cd ..
- erase p3.p
- :l3
- if exist menu.rc goto x4
- copy ..\null.fil win386\menu.rc
- :x4
- if not exist p4.p goto l4
- cd win386
- bpatch p4.p -b -p
- erase p4.p
- cd ..
- erase p4.p
- :l4
- cd win386
- erase apply.bat
-