Artifact aa6d880fc4e3afac41de6eb3f8d07325bcd5febfb8cf522d06666e289efeeac6:
- File
psl-1983/3-1/help/exec.doc
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1740) [annotate] [blame] [check-ins using] [more...]
- File
psl-1983/help/exec.hlp
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1740) [annotate] [blame] [check-ins using]
EXEC0.RED: A Simple TOPS20 Interface 26 April 1982 ------------------------------------ This is a loadable option but currently is non-functional. Top Level Functions of Interest: RUN FileName; Run A File in sub-fork EXEC(); Run Exec EMACS(); Run EMACS MM(); Run MM FileP FileName; Test If File exists CMDS (!%L); Submit List of commands (FEXPR) DoCmds (L); Submit List of commands (EXPR) Use CRLF or BL in string VDIR (L); DoCmds LIST("VDIR ",L,CRLF,"POP"); HelpDir(); DoCmds LIST("DIR PH:*.HLP",CRLF,"POP"); Take (FileName); DoCmds LIST("Take ",FileName,CRLF,"POP"); SYS (L); DoCmds LIST("SYS ", L, CRLF, "POP"); TALK (L); DoCmds LIST("TALK ",L,CRLF); TYPE (L); DoCmds LIST("TYPE ",L,CRLF,"POP"); Fork manipulation: [return forkhandle, FH, an integer returned by system] OPENFork FileName; Get a File into a Fork RUNFork FH; Normal use, to run a Fork KILLFork FH; Kill a Fork GetFork Jfn; Create Fork, READ File on Jfn STARTFork FH; Start (Restart) a Fork WAITFork FH; Wait for completion File manipulation functions: [Mostly return JFN, as small integer] GetOLDJfn FileName; test If file OLD and return Jfn GetNEWJfn FileName; test If file NEW and return Jfn RELJfn Jfn; return Jfn to system OPENOLDJfn Jfn; OPEN to READ OPENNEWJfn Jfn; Open to WRITE GTJfn FileName; Get a Jfn NAMEFROMJfn Jfn; name of File on a Jfn Miscellaneous Functions: GetUNAME(); Get USER name GetCDIR(); Get Connected DIRECTORY