home *** CD-ROM | disk | FTP | other *** search
- Echo off
- REM *********************************************************************/
- REM */
- REM SYSTEM : HQ-FAX */
- REM COPYRIGHT : (c) 1993 HTF CONSULTING */
- REM */
- REM *********************************************************************/
- REM */
- REM BAT file name: HQFAX.bat */
- REM DESCRIPTION : Build and execute a user customized conversion */
- REM procedure for EPSON to FAX w. View & Send options. */
- REM This Batch file drives HQ-FAX as a stand-alone App.*/
- REM Observe how it owns (starts & terminates) BTS.com */
- REM */
- REM *********************************************************************/
- REM
- CLS
- Echo Build and execute a customized Epson to FAX conversion procedure
- Echo Enter BREAK to abort or . . .
- REM - Pause
-
- BTS.com
- EP2LQFAX.exe /BTSOFF %1 %2
-
- CLS
- if errorlevel 90 goto Abort
-
- if errorlevel 10 goto Showit:
- goto Doit:
-
- :Showit
- CLS
- Echo === You have requested to review the conversion procedure. Here it is! ===
- Echo ======= ========
- Type FAXit.bat
- Echo ==========================================================================
- Echo Examine the above procedure, Enter Cntl_C to abort or . . .
- Pause
-
- :Doit
- CLS
- Echo ====================
- Echo Conversion underway!
- Echo ====================
- FAXit.bat
-
- :Abort
- CLS
- if errorlevel 90 Echo Abnormal end of job - User abort
- Echo on