home *** CD-ROM | disk | FTP | other *** search
- REM Batch UPLOADs using HS/LINK WITH QMODEM
- REM use @shellx c:\qm5\hslbatch.bat for one of the QModem macro keys
- REM I use F6.... Modify this batch file appropriately for your system!
- REM This batch file changes to subdirectory QM becuase I have HSLINK there.
- REM You should change to where your HSLink program is so it can find the
- REM HSLINK.CFG file. Make sure all the other paths are correct for your
- REM set-up. Geoff McNamara 1/13/92
- REM Also make the changes needed for the port number (-Px where x=the com
- REM port for your set up. Also set the -E speed for your system.)
-
- C:
- CD\qm
- IF EXIST c:\qm\QMODEM.BEW GOTO BEW_CONVERT
- GOTO DOWNLOAD_ONLY
-
- :BEW_CONVERT
- c:\qm\bewconv c:\qm\qmodem.bew c:\temp\upload.lst
- HSLINK -E38400 -P2 -I2 @c:\temp\upload.lst
- GOTO END
-
- :DOWNLOAD_ONLY
- HSLINK -E38400 -P2 -I2
-
- :END
- IF EXIST c:\temp\upload.lst DEL c:\temp\UPLOAD.LST
- IF ERRORLEVEL 1 PAUSE
-