home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / hqfax12.zip / ECL2FAX.BAT < prev    next >
DOS Batch File  |  1993-10-29  |  1KB  |  29 lines

  1. REM *********************************************************************/
  2. REM                                                                     */
  3. REM   SYSTEM       : HQ-FAX, Uitilities                                 */
  4. REM   COPYRIGHT    : (c) 1993 HTF CONSULTING                            */
  5. REM                                                                     */
  6. REM *********************************************************************/
  7. REM                                                                     */
  8. REM   BAT file name: ECL2FAX.bat                                        */
  9. REM   DESCRIPTION  : Pass parameters to and Invoke the EP2GRAFX.bat     */
  10. REM                  file to drive the conversion process               */
  11. REM                                                                     */
  12. REM *********************************************************************/
  13. REM
  14. Rem - Documentname Fontname (Options )
  15. Echo  off
  16. CLS
  17. Echo  Convert EPSON file  %1.ECL to Huffman file(s) %1.Fxx, using Font table %2.FNT
  18. Echo  with options %3 %4 %5  %6 %7 %8 %9
  19.  
  20. if "%1" == "" goto Abend
  21. if "%2" == "" goto Abend
  22.  
  23. EP2GRAFX.BAT /FAX %1 %2 %3 %4 %5 %6 %7 %8 %9
  24.  
  25. :Abend
  26. Echo  *** You must enter a Document name in parameter 1,
  27. Echo  *** and a Font name in parameter 2  ***
  28. :quit
  29.