Skip to content

Commit

Permalink
Original files
Browse files Browse the repository at this point in the history
  • Loading branch information
freitz85 committed Dec 16, 2020
0 parents commit f227228
Show file tree
Hide file tree
Showing 8 changed files with 5,099 additions and 0 deletions.
76 changes: 76 additions & 0 deletions README.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
SmartWatch Utilities (250-1033)

This diskette contains the utility programs for the SmartWatch that are
needed to automatically set the MS-DOS date and time.

The following files are contained on this diskette:

SMWCLOCK.COM README.TXT

[SOURCE]

SMW.ASM SMWCLOCK.ASM SMWCLOCK.COM
SMWCLOCK.MAP SMWCLOCK.OBJ SMWCLOCK.LST


In order to obtain a printout of this README.TXT file, insert this
disk in Drive A, make sure your printer is switched on, is on line,
and at the C:\> prompt, type the following command--

PRINT A:README.TXT

and press <Enter>.


INSTALLATION

1. Follow the steps outined in the manual sections for installation of
the SmartWatch.

2.. Power up the system as usual.

3. Copy SMWCLOCK.COM from the utility diskette to the boot disk using the
MS-DOS copy command. Assuming the diskette is in drive a:, the correct
syntax would be:
copy a:\*.* c:\dos

4. Enter the correct Date & Time at the MS-DOS prompt.

To calibrate the smartwatch with the MS-DOS date and time:

Type SMWCLOCK C <ENTER>.

The SmartWatch will be set and the Date & Time will be redisplayed.
This step needs to be done only ONCE at installation time. The date & time
will be updated and retained with or without power to the system.

To load the correct Date & Time to MS-DOS:

Type SMWCLOCK S <ENTER>.

The above line can be put in the AUTOEXEC.BAT file if you wish for the SmartWatch time to be set each time the computer boots.

NOTES: The Tandy 1000 SL has an SLCLK.COM file on the MS-DOS Supplemental
Programs diskette. DO NOT USE the SMWCLOCK file, it will not work.
Use the MS-DOS Date and Time commands to set the correct date and
time.

Type SLCLK C and press <ENTER> to calibrate the SmartWatch date and
time. Use this command any time you wish to change the date and time
maintained by the SmartWatch.

To set the system date and time from the SmartWatch date and time,
type SLCLK S and press <ENTER>. You can also set the system date and
time automatically whenever you start up your computer. To do this,
include the SLCLK S command in the AUTOEXEC.BAT file.

To view the current date and time maintained by the SmartWatch, type
SLCLK F and press <ENTER>. This command displays the SmartWatch date
and time without updating the system date and time.


NOTE:
"While reasonable efforts have been taken in the preparation of this
information to assure its accuracy, Tandy Corporation/Radio Shack
assumes no liability resulting from the use of the information
contained herein."
Binary file added SMWCLOCK.COM
Binary file not shown.
2,368 changes: 2,368 additions & 0 deletions SOURCE/SMW.ASM

Large diffs are not rendered by default.

1,183 changes: 1,183 additions & 0 deletions SOURCE/SMWCLOCK.ASM

Large diffs are not rendered by default.

Binary file added SOURCE/SMWCLOCK.COM
Binary file not shown.
1,464 changes: 1,464 additions & 0 deletions SOURCE/SMWCLOCK.LST

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions SOURCE/SMWCLOCK.MAP
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


Warning: no stack segment

Start Stop Length Name Class
00000H 0079AH 0079BH $SMW $SMW

Program entry point at 0000:0100
Binary file added SOURCE/SMWCLOCK.OBJ
Binary file not shown.

0 comments on commit f227228

Please sign in to comment.