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: EP2FAX.bat */
- REM */
- REM DESCRIPTION : Convert an Epson Control language print file to */
- REM a FAX-ready format. */
- REM */
- REM *********************************************************************/
- REM
- Rem - Quick Fax generation/exam procedure starting w. a ready Epson Cntl file
-
- if "%1" == "" goto Abend
- if "%2" == "" goto Abend
-
- if exist %1.fax erase %1.fax
- if exist %1.f0* erase %1.f0*
- if exist %1.f1* erase %1.f1*
- if exist %1.f2* erase %1.f2*
-
- goto Quik
-
- ECL2pxls.exe %1 %2 EP2fax EP2fax %3 %4 %5 %6
- if errorlevel 2 goto Quit
- pxls2fax.exe ep2fax ep2fax %1
- if errorlevel 2 goto Abend
- Rem Call Viewpcx.bat %1 /h
- Rem Call PCX2fax.bat %1 /P
- Call Viewfax3.bat %1 %3 %4 %5 %6
- goto quit
-
- :Quik
- Call Ep2grafx.bat %1 %2 /Q /FAX %3 %4 %5 %6 %7
- goto Quit
-
- :Abend
- Echo *** Abnormal end of job EP2FAX.BAT
-
- :Quit