home *** CD-ROM | disk | FTP | other *** search
- 100 rem spin the disk
- 110 rem
- 120 t=ti:s=30:rem s is seconds of spin
- 130 open 15,8,15
- 140 rem start drive motor
- 150 print#15,"m-e"chr$(126)chr$(249)
- 160 if(ti-t)/60<sthen160
- 170 rem stop drive motor
- 180 print#15,"m-e"chr$(232)chr$(249)
- 190 close 15
-