home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / ntf100g7.zip / SAMPLE.BAT < prev    next >
DOS Batch File  |  1996-04-04  |  930b  |  24 lines

  1. @ECHO OFF
  2. REM ****************************************************
  3. REM This is sample code for NTFOSS
  4. REM Modifications are necessary for the right parameters
  5. REM Not all modems support 115200! Be carefull!
  6. REM ****************************************************
  7. IF NOT "%OS%"=="Windows_NT" REM Load old Fossil driver
  8. IF "%OS%"=="Windows_NT" NTFOSS.COM /A1 /L1 COM2 BAUD=115200
  9. REM **********************************************
  10. REM If you have performance troubles read FAQ.DOC!
  11. REM **********************************************
  12. REM If your application uses FOSSIL input and output routines
  13. REM and requires ANSI an ANSI driver should be installed.
  14. ANSI
  15. REM If your application requires VFOSSIL
  16. REM VFOS_IBM
  17. REM ***********************
  18. REM Start here your program
  19. REM ***********************
  20. REM VFOS_DEL
  21. ANSI /U
  22. IF NOT "%OS%"=="Windows_NT" REM Remove old Fossil driver
  23. IF "%OS%"=="Windows_NT" NTFOSS /U
  24.