home *** CD-ROM | disk | FTP | other *** search
- ;SETTIME 1.1 INSTALLATION SCRIPT
- ;COPYRIGHT 1988 BY UNIQUE SOFTWARE
- ;
- ; NOTE * KEEP BOTH ORIGINAL files in a SAFE place
- ; *
- ; * NEVER use your ORIGINAL COPY for installation
- ; *
- ; * You can REMOVE all comment lines in this script file for
- ; * faster script execution. If you don't remove these
- ; * lines, each one will cause DEBUG to show an `Error'
- ; * but this does NOT affect INSTALL's operation.
- ; *
- ; * Once you have made all the changes to INSTALL your defaults
- ; * type "DEBUG < INSTALL.SCR" after your DOS prompt (don't
- ; * type the quote marks).
- N SETTIME.COM
- L
- E 103 00
- ; ^^ change the above 00 to 01 if your modem is setup as COM2
- E 106 'ATDT12026530351 '
- ; ^^... above is the number for United States Naval Observatory Time.
- ; Your dialing string can be as many as 64 characters long but NOT longer!
- ; This enables you to dial through varied LD services or PBX systems.
- ; NOTE that the apostrophe on each end of the string are not part of
- ; the string itself but MUST NOT be removed from this file!
- E 146 0F
- ; ^^ if you changed the length of your command string then you need to
- ; change the HEX value, 0F, above to the proper length of your dialing string.
- ; The above [default] string is 15 characters long so the length is set to
- ; 15 decimal or 0F HEX.
- E 105 19
- ; ^^ another HEX value. this is the number of seconds that SETTIME will
- ; wait for carrier detect before trying to redial. [default=25 or 19 HEX]
- ; The length is entirely up to you, your modem, how fast it dials, etc.
- E 148 0D
- ; ^^ another HEX value...this is a <CR> required by all Hayes compatible
- ; modems to execute a command string. DO NOT change this unless you modem
- ; require another character. [Some old Tandy Modems require a "X" or 58 HEX.]
- E 149 '~+++~~ATH0 '
- ; ^^ above is the hangup string you modem requires to disconnect. NOTE
- ; that SETTIME attempt disconnect first by dropping DTR which for MOST modems
- ; will immediately drop carrier. Other modems require the escape string only,
- ; "+++". While others require the escape string and the "ATH0" to hangup.
- ; The tildes, "~", are NOT transmitted. SETTIME translates these into
- ; a pause. You may have to add additional pauses for your modem to hangup
- ; properly. Also note that even if you modem does NOT hangup, USNO will
- ; disconnect after 60 seconds. Here again the apostrophe on each side of the
- ; hangup string is NOT part of the hangup string but MUST REMAIN in this
- ; file!
- E 15D 0A
- ; ^^ another HEX number. This is the length of the hangup string.
- ; Adjust this number to whatever length is appropriate.
- E 15F 05
- ; ^^ The number of hours offset from Greenwich Mean Time where you live.
- ; ADT=3 / AST=4 / EDT=4 / EST=5 / CDT=5 / CST=6 / MDT=6 / MST=7 / PDT=7 / PST=8
- W
- Q
-
-