home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / XPHELP.ZIP / XH.BAT < prev   
DOS Batch File  |  1994-01-21  |  197b  |  13 lines

  1. @echo off
  2. :
  3. : use this batch file to edit, compile the vcc files and produce xpress
  4. : help files.
  5. :
  6. if %1. == . goto syntax
  7. q %1.vcc
  8. vcc %1 -ehlp
  9. goto end
  10. :syntax
  11. echo XH FILENAME
  12. :end
  13.