home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 December / CICA_Shareware_for_Windows_CD-ROM_Walnut_Creek_December_1993.iso / win_nt / win32api / combin.bat < prev    next >
DOS Batch File  |  1992-07-01  |  515b  |  13 lines

  1. @echo off
  2. echo Combining api32w.001 through api32w.010 to make api32wh.hlp
  3. rem first make $$32.hlp, to avoid the command line length limitation.
  4. if exist $$32.hlp goto error
  5. copy/b api32w.001+api32w.002+api32w.003+api32w.004+api32w.005+api32w.006+api32w.007+api32w.008+api32w.009+api32w.010 $$32.hlp
  6. ren $$32.hlp api32wh.hlp
  7. goto done
  8. :error
  9. echo Error - $$32.hlp already exists.  combin.bat uses this as a
  10. echo temporary file.  Please rename or edit combin.bat to use a 
  11. echo different filename.
  12. :done
  13.