169. !BOOTing convert (for Master) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you have some programs which will only run after you have used the CONVERT program off the Welcome disc, you can put them together on one disc, with the following !BOOT file:- IF INKEY(-256)<>-1 THEN CHAIN "CONVERT" ELSE CHAIN "MENU" . This will run the CONVERT program if necessary, so that next time you boot the disc, the main menu or other selected program will be run instead. When transferring CONVERT from the Welcome disc, use *COPY or *MOVE rather than LOAD and SAVE, as it consists of a few lines of BASIC, followed by some 'hidden' machine code to be loaded into SRAM.