home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / hard.hdv / HARD / DATATERM / DL.STARTUP < prev    next >
Encoding:
Text File  |  1994-02-13  |  1.3 KB  |  28 lines  |  [04] ASCII Text (0x0000)

  1. # start
  2.  
  3. display ^L
  4. gotoxy 24,5
  5. display "Initializing DataLink Modem^Y"
  6. set timer 3
  7. xmit "ATQ0V1S0=0S7=60^M"
  8. waitfor string "ok"
  9. SET BAUD 2400
  10. display ^L
  11. gotoxy 8,2
  12. display "^OPLEASE NOTE:^N Switch #1 on your DataLink Modem MUST be CLOSED^J^M"
  13. display "^I             in order to run this software.^J^J^M"
  14. display "^I    You can dial a telephone number in two ways.  One way is ^J^M"
  15. display "^Ito use the built-in Dial Macro (press ^[^O@^N^X-D to run Dial Macro). ^J^M"
  16. display "^IThe second way is to use the DataLink's built-in `AT` commands. ^J^M"
  17. display "^I    The `AT` commands are listed in the DataLink Manual and on^J^M"
  18. display "^Ithe DataLink Modem Command card that came with your DataLink. ^J^M"
  19. display "^IFor example, to dial `555-1212` using `AT` commands, you would^J^M"
  20. display "^Itype ATD 555-1212 and press return. ^J^J^M"
  21. display "^I    To see a list of the available ^[^OA^N^X commands, press ^[^OA^N^X-?.^J^M"
  22. display "^I    To see a list of the pre-defined macro keys, press ^[^O@^N^X-?.^J^M"
  23. display "^I    To get help on the ^[^OA^N^X commands, press ^[^O@^N^X-H.^J^M"
  24. display "^J^I    Please remember: when all else fails,^J^J^M"
  25. display "^I^I^IR E A D  T H E  M A N U A L ! ! !^J^J^M"
  26. display "^IFor the latest information on the DataLink Modem and Software,^J^M"
  27. display "^Iuse the ^[^OA^N^X-J command to view the NOTES file on this disk.^J^M"
  28. stop