Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!usc!apple!portal!cup.portal.com!CTuna From: CTuna@cup.portal.com (Image - BBS) Newsgroups: comp.sys.cbm Subject: Re: Convertion from runnable-BASIC to text-BASIC Message-ID: <34829@cup.portal.com> Date: 13 Oct 90 23:28:15 GMT References: <14423.27130fa4@max.u.washington.edu> <14443.27162735@max.u.washington.edu> Organization: The Portal System (TM) Lines: 8 This one is easy to handle. Simply load your basic program, then type the following: open2,8,2,"name of file,s,w":cmd2:list close2 This will dump the entire listing of your basic program in sequential file form to the disk. :D