MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.
Where am I??
| WELCOME |
|---|
| Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al |
See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.
This page was last updated on 05/4/2019. Total Pages: 747. Total Files: 997.
Home / Publications / Rainbow / Rainbow 1981 / Rainbow 1981-11 - Where am I??
You probably know you can make multiple saves to tape simply by enclosing the CSAVE command in a loop. And, it’s a good idea to do this because there is no way to verify a tape write and if there is a tape problem, your copy can be lost.
Sometimes, though, those saves are long and you just sit there wondering "where am I?"
Here's a way to figure it out: Just put a counter in your direct command. Then, you'll know what CSAVE you are on. The direct command line looks like this:
FOR X=1 TO 3:PRINT "ON SAVE"X:CSAVE "filename":NEXT X
If you want to save more or less than three programs, change the three in the X-loop. If you want to put space between the individual saves, add the following after the last colon above
:MOTOR ON:FOR Y=1 TO 750:NEXT Y:MOTOR OFF: