home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / hqfax12.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-01-19  |  2KB  |  52 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: Instalhq.bat                                       */
  10. REM   DESCRIPTION  : This batch file drives the Installation prodecure  */
  11. REM                  for the HQ-FAX product                             */
  12. REM                  Install Batch file for One-Step High Quality FAX   */
  13. REM                                                                     */
  14. REM *********************************************************************/
  15. REM
  16. Echo off
  17. CLS
  18. Echo - Ready to install HQ-FAX
  19.  
  20. if "%1" == "" Echo - into the HQFAX directory
  21. if not "%1" == "" Echo - into the %1 directory
  22. Pause
  23.  
  24. if exist c:\hqfax.bat erase c:\hqfax.bat
  25. if not "%1" == "" goto Userdir
  26.  
  27. mkdir c:\HQFAX
  28. copy *.* c:\HQFAX
  29. Rem - copy HQFAX.bat c:\HQFAX.tmp
  30. Setpath.exe HQFAX HQFAX
  31. erase c:\hqfax\setpath.exe
  32. erase c:\hqfax\install.bat
  33. goto Quit
  34.  
  35. :Userdir
  36. mkdir %1
  37. copy *.* %1
  38. Setpath.exe HQFAX %1
  39. erase %1\setpath.exe
  40. erase %1\install.bat
  41.  
  42. :Quit
  43. c:\
  44. CLS
  45. Echo  Installation complete! Happy FAXing.
  46. Echo  To use HQ-FAX, just enter HQFAX at the DOS prompt
  47. Echo  First time users will need to identify their FAX modem software
  48. Echo  in the HQ-FAX conversion screen
  49. Echo  Registered users will need to enter their Registration Id into the
  50. Echo  User-ID field in the HQ-FAX Conversion screen
  51. Echo on
  52.