zacharyfruhling #1 Posted June 14, 2018 Does anyone have the Classic99 disk images for the "Teach Yourself Basic" TI-99/4A disks? If memory serves there were two different disks with a total of 10 different parts to the "Teach Yourself Basic" series of programs. Thanks! Quote Share this post Link to post Share on other sites
Opry99er #2 Posted June 14, 2018 I have them on real disks at home. If nobody can hook you up with digital copies, I will transfer them in the next day or so and post them here Quote Share this post Link to post Share on other sites
zacharyfruhling #3 Posted June 14, 2018 Thanks, Opry99er! Hopefully someone has them handy to save you the trouble of transferring them. But I appreciate your taking the time to make the transfers and post them if no one has them handy already. I have fond memories of the Teach Yourself Basic disks and have always thought they were remarkably effective tutorials. Quote Share this post Link to post Share on other sites
Opry99er #4 Posted June 15, 2018 Do you have a physical TI? Quote Share this post Link to post Share on other sites
Casey #5 Posted June 15, 2018 It looks like the disk images are on http://ftp.whtech.comhere: ./video/Chicago TI Fair 2014 Videos/Chicago TI Faire Disk 2014/LIBRARIES/LIB_TI_DISKS_81/T_V_16/TEACH_YOURSELF_BASIC_PART_1.DSK ./video/Chicago TI Fair 2014 Videos/Chicago TI Faire Disk 2014/LIBRARIES/LIB_TI_DISKS_81/T_V_16/TEACH_YOURSELF_BASIC_PART_2.DSK There's also an Extended BASIC one: ./video/Chicago TI Fair 2014 Videos/Chicago TI Faire Disk 2014/LIBRARIES/LIB_TI_DISKS_81/T_V_16/TEACH_YOURSELF_EXTENDED_BAS.DSK I have not downloaded these to verify their contents. Quote Share this post Link to post Share on other sites
Opry99er #6 Posted June 15, 2018 Nice. I also have the physical disks and the physical tapes as well as the accompanying documentation. Let me know if any of that is missing from the downloads and I'll make it a point to supplement this thread with anything that may be missing. Quote Share this post Link to post Share on other sites
sparkdrummer #7 Posted June 15, 2018 TEACHBASIC.DSK This is a diskette I've put together from cassettes. Note that the dsk is DSDD or 1440 sectors. Still begging - PSYBORG - TImagination - 3 part game(I think). Anyone......Anyone? 1 Quote Share this post Link to post Share on other sites
+RXB #8 Posted June 15, 2018 Crap well I should make a Teach Yourself RXB set.... 2 Quote Share this post Link to post Share on other sites
+OLD CS1 #9 Posted June 15, 2018 Crap well I should make a Teach Yourself RXB set.... Not such a bad idea, really. Videos are good but follow-along does not work well for everyone in terms of learning and time. Doing is a little different. 2 Quote Share this post Link to post Share on other sites
+RXB #10 Posted June 15, 2018 (edited) Not such a bad idea, really. Videos are good but follow-along does not work well for everyone in terms of learning and time. Doing is a little different. Yea will have to do that for RXB 2018 when I release it as many changes are in RXB 2018. For example AMS support has been changed: RXB 2001 to RXB 2015 AMS support: CALL AMSBANK(low bank,high bank,...) CALL AMSON CALL AMSOFF CALL AMSMAP CALL AMSPASS RXB 2018 changes: CALL SAMS(low bank,high bank,...) CALL SAMS("ON",...) CALL SAMS("OFF",..) CALL SAMS("MAP",...) CALL SAMS("PASS",...) Why? Well in RXB 2018 you can do this: CALL SAMS("ON",low bank,high bank,"OFF") In RXB 2001 to RXB 2015 you would have to do this: CALL AMSON :: CALL AMSBANK(low bank,high bank) :: CALL AMSOFF Edited June 15, 2018 by RXB Quote Share this post Link to post Share on other sites
zacharyfruhling #11 Posted June 18, 2018 For the versions hosted on http://ftp.whtech.com/, what are the file names for the individual BASIC programs on the "Teach Yourself Basic" disks? I downloaded the two DSK files but I don't know how to find the individual file names to run them in Classic99. Thanks! Zachary 1 Quote Share this post Link to post Share on other sites
Opry99er #12 Posted June 18, 2018 Use a Disk Manager cartridge (Classic99 drop down menu) or download TI99Dir by Fred Kaal Quote Share this post Link to post Share on other sites
HOME AUTOMATION #13 Posted June 18, 2018 Disk 1: CATALOG CHAPTER0 CHAPTER1 CHAPTER2 CHAPTER3 CHAPTER4 CHAPTER5 Disk 2: CATALOG CHAPTER6 CHAPTER7 CHAPTER8 CHAPTER9 CHAPTER10 It seems that Classic99 does not include DISK MANAGER2. I'm not sure what users are supposed to do... Quote Share this post Link to post Share on other sites
zacharyfruhling #14 Posted June 18, 2018 Using TI99Dir to extract the program files did the trick. Thanks for the help, everyone! Quote Share this post Link to post Share on other sites
Opry99er #15 Posted June 18, 2018 I should have put that better. XB2.7 is on the Dropdown menu. It has 3 disk managers on it you can use. Quote Share this post Link to post Share on other sites
Tursi #16 Posted July 7, 2018 It seems that Classic99 does not include DISK MANAGER2. I'm not sure what users are supposed to do... Use Disk Manager 1000. It's included on DSK1 and loads with Editor/Assembler cartridge, option 5, DSK1.MGR1 Or use TI99DIR or any of the many external disk image manager tools. Classic99 was written to use files, not disk images, and disk image support is only there as a convenience, not the recommended workflow. If you use files, you can just open the folder in Windows and see all the files. Nobody agrees with me, but that's what users are "supposed" to do. Quote Share this post Link to post Share on other sites
HOME AUTOMATION #17 Posted July 8, 2018 If you use files, you can just open the folder in Windows and see all the files. This is just what I do. I've been using Classic99 more and more lately. Why? 1. The Debugger!!! 2. The E/A files are DIRECTLY compatible with TIPI. 3. Easily see and copy files/edit filenames as I make minor revisions. 4. No immediate limit on how many large files I can save to a virtual disk (same as my TIPI directory). 1 Quote Share this post Link to post Share on other sites