home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / hqfax50.zip / HQFAX.BAT < prev    next >
DOS Batch File  |  1996-04-27  |  2KB  |  69 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : HQ-FAX                                             */
  5. REM   COPYRIGHT    : (c) 1996 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. REM Echo  Build and execute a customized Epson to FAX conversion procedure
  19. REM Echo  Enter BREAK to abort or . . .
  20. REM - Pause
  21. BTS.com
  22. EP2LQFAX.exe /spbts %1 %2
  23. if errorlevel 90 goto Abort
  24. if not errorlevel 20 goto Chek10
  25.  
  26. CLS
  27. ECHO Print Capture is set up.  You have 100 seconds to being printing.
  28. ECHO Ten seconds after the last byte of print data Print Capture will complete.
  29. if not exist FAX2nite.exe goto Do_manl
  30.  
  31. ECHO After 2+ minutes The FAX conversion procedure will start automatically.
  32. PAUSE
  33. FAX2nite.exe
  34. goto Quit
  35.  
  36. :Do_manl
  37. ECHO Non-registered must enter the command 'FAXIT' when Print Capture completes.
  38. PAUSE
  39. goto Quit
  40.  
  41. :CHek10
  42. if errorlevel 10 goto Showit
  43. REM
  44. goto Doit:
  45.  
  46. :Showit
  47. CLS
  48. Echo === You have requested to review the conversion procedure. Here it is! ===
  49. Echo =======                                                           ========
  50. Type FAXit.bat
  51. Echo ==========================================================================
  52. Echo Examine the above procedure, Enter Cntl_C to abort or . . .
  53. Pause
  54.  
  55. :Doit
  56. CLS
  57. Echo ====================
  58. Echo Conversion underway!
  59. Echo ====================
  60. FAXit.bat
  61.  
  62. :Quit
  63. CLS
  64. :Abort
  65. if errorlevel 90 Echo Abnormal end of job - User abort
  66. REM C:
  67. REM chdir c:\
  68. Echo on
  69.