home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pcf28.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-09-29  |  184b  |  11 lines

  1. echo off
  2. cls
  3. if exist pcform.exe goto PCFinstall
  4. echo Can not find the file PCFORM.EXE.
  5. echo Installation was not performed.
  6. echo .
  7. goto end
  8. :PCFinstall
  9. pcform install
  10. :end
  11.