Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!sam.cs.cmu.edu!Jim.Large From: Jim.Large@SAM.CS.CMU.EDU Newsgroups: net.micro.atari16 Subject: (none) Message-ID: <1986.3.11.15.55.57.Jim.Large@sam.cs.cmu.edu> Date: Tue, 11-Mar-86 11:16:24 EST Article-I.D.: sam.1986.3.11.15.55.57.Jim.Large Posted: Tue Mar 11 11:16:24 1986 Date-Received: Fri, 14-Mar-86 03:35:50 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 28 > From: ... (John Francis) > Organization: Apollo Computer, Chelmsford, Mass. > Subject: Bugs/Annoyances in TOS, Developers kit, ... > > It would be really nice if there was a simple application to display > a source file. I know that MicroEmacs will let me look at a file, but > I would really like to be able to scroll through a document using > scroll bars! the COMMAND.PRG that came with my developer's kit has several undocumented commands. There are others that I have forgotten, or don't understand. Also, there are unix synonyms (LS CAT MV etc). To see them all, look in COMMAND.PRG. TYPE filename -- display on screen as text COPY from-file to-file -- copies one file RENAME from-file to-file -- renames one file (to same folder only) DIR wild-name -- list matching files DEL filename -- deletes a single file MD directory-name -- Creates a folder RD directory-name -- deletes a folder CD directory-name -- path to a folder CD .. -- path to parent folder *** NOTE *** none of these are recognized by BATCH.PRG -- Jim Large