Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!math.fu-berlin.de!uniol!Michael.Uhlemann From: Michael.Uhlemann@arbi.informatik.uni-oldenburg.de (Michael Uhlemann) Newsgroups: comp.sys.apple2 Subject: Re: Apple ][+ system: misc questions Message-ID: <5063@uniol.UUCP> Date: 17 Mar 91 11:34:13 GMT References: <91Mar15.101356est.2067@ois.db.toronto.edu> Organization: University of Oldenburg, Germany Lines: 50 jdd@db.toronto.edu (John DiMarco) writes: >- How can I copy single files from one disk to another? Dos 3.3 doesn't seem > to support anything other than copying entire disks. If you have the "SYSTEM MASTER DISK" You find a file FID on it. You can use this to copy single files in DOS 3.3 >- How do I convert between the different Apple file formats (A/I/B/T)? The > only conversion I've been able to manage is A or I to T (using list) and > listed basic T's to A or I (using exec). Transfer A <-> I --------------- Write this program as a text file: 63900 ?CHR$(4)"open convert" 63910 ?CHR$(4)"write convert" 63920 LIST 0,63899 63930 ?CHR$(4)"close" Load the program which shall be converted, exec the listed program and give the command RUN 63900. Finally change the language and EXEC CONVERT. Transfer A -> B --------------- Applesoft-programms start in memory at $0800. You can save it as a binary file with BSAVE-command But be careful! Applesoft-Programms need parameters on zero-page. Transfer I -> B --------------- I don't know where Integer-BASIC-Programms a written in memory. Find it out and save this part of a memory Greetings Michael +--------------------------------------------------------------------------+ | E-Mail: Michael.Uhlemann@arbi.informatik.uni-Oldenburg.de | |--------------------------------------------------------------------------| | MAIN-ADDRESS: | HOME-ADDRESS: | | | Michael Uhlemann | Im Sieke 7 | MAKE PEACE IN GULF! | | Babenend 106 | W-3257 Springe 1 | | | W-2900 Oldenburg | Germany | PREVENT A THIRD WORLD-WAR | | Germany | T.: (05041) 4110 | | +--------------------------------------------------------------------------+