Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!tut.cis.ohio-state.edu!sei.cmu.edu!fs7.ece.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!jm9t+ From: jm9t+@andrew.cmu.edu (Josh Brian Mastronarde) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: Need help to transfer BASIC files from IBM-PC to VAX Message-ID: Date: 4 May 91 21:30:03 GMT References: <1991May4.195110.11525@magnus.acs.ohio-state.edu> Distribution: na Organization: Carnegie Mellon, Pittsburgh, PA Lines: 9 In-Reply-To: <1991May4.195110.11525@magnus.acs.ohio-state.edu> I am assuming you are using BASICA (or GWBASIC) that came with DOS. To save the file in ascii, use the command SAVE "filename",A Another note: If speed is your main concern, try using QuickBASIC from Microsoft. Your program will run many, many times faster. -Josh