home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / hqfax12.zip / HQFAX.BAT < prev    next >
DOS Batch File  |  1994-05-08  |  2KB  |  51 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : HQ-FAX                                             */
  5. REM   COPYRIGHT    : (c) 1993 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: HQFAX.bat                                          */
  10. REM   DESCRIPTION  : Build and execute a user customized conversion     */
  11. REM                  procedure for EPSON to FAX w. View & Send options. */
  12. REM                  This Batch file drives HQ-FAX as a stand-alone App.*/
  13. REM                  Observe how it owns (starts & terminates) BTS.com  */
  14. REM                                                                     */
  15. REM *********************************************************************/
  16. REM
  17. CLS
  18. Echo  Build and execute a customized Epson to FAX conversion procedure
  19. Echo  Enter BREAK to abort or . . .
  20. REM - Pause
  21.  
  22. BTS.com
  23. EP2LQFAX.exe /BTSOFF %1 %2
  24.  
  25. CLS
  26. if errorlevel 90 goto Abort
  27.  
  28. if errorlevel 10 goto Showit:
  29. goto Doit:
  30.  
  31. :Showit
  32. CLS
  33. Echo === You have requested to review the conversion procedure. Here it is! ===
  34. Echo =======                                                           ========
  35. Type FAXit.bat
  36. Echo ==========================================================================
  37. Echo Examine the above procedure, Enter Cntl_C to abort or . . .
  38. Pause
  39.  
  40. :Doit
  41. CLS
  42. Echo ====================
  43. Echo Conversion underway!
  44. Echo ====================
  45. FAXit.bat
  46.  
  47. :Abort
  48. CLS
  49. if errorlevel 90 Echo Abnormal end of job - User abort
  50. Echo on
  51.