home *** CD-ROM | disk | FTP | other *** search
- REM *********************************************************************/
- REM */
- REM SYSTEM : HQ-FAX, Uitilities */
- REM COPYRIGHT : (c) 1993 HTF CONSULTING */
- REM */
- REM *********************************************************************/
- REM */
- REM BAT file name: ECL2FAX.bat */
- REM DESCRIPTION : Pass parameters to and Invoke the EP2GRAFX.bat */
- REM file to drive the conversion process */
- REM */
- REM *********************************************************************/
- REM
- Rem - Documentname Fontname (Options )
- Echo off
- CLS
- Echo Convert EPSON file %1.ECL to Huffman file(s) %1.Fxx, using Font table %2.FNT
- Echo with options %3 %4 %5 %6 %7 %8 %9
-
- if "%1" == "" goto Abend
- if "%2" == "" goto Abend
-
- EP2GRAFX.BAT /FAX %1 %2 %3 %4 %5 %6 %7 %8 %9
-
- :Abend
- Echo *** You must enter a Document name in parameter 1,
- Echo *** and a Font name in parameter 2 ***
- :quit