* Copyright 1987 by 4th Works, Inc. * * written by Steve Ahlstrom and Dan Moore * * Support for this program to be found on CompuServe's AmigaForum * ----------------------------------------------------------------------------- This program is not public domain. It is a freely distributable copyrighted program with the following conditions: 1) The program and data files must be distributed in the exact form and content as they were found on the original source of distribution (AmigaForum on CompuServe). 2) A seperate file, meant to be incorporated into the manual file, may be included in the distribution ARC file. 3) Any form of commercial sales of this program is specifically denied with the exception of those user groups or entities selling "Public Domain Program Disks". If this program is included in such a collection, the disk containing this program may not sell for more than $8.00 (US currency). ------------------------------------------------------------------------------ #arc Arc ---- Archive utility, Version 0.23 Syntax: ARC {amufdxerplvtc}[bswn][g] [ . . .] Switches: a = add files to archive m = move files to archive u = update files in archive f = freshen files in archive d = delete files from archive x,e = extract files from archive p = copy files from archive to standard output l = list files in archive v = verbose listing of files in archive t = test archive integrity c = convert entry to new packing method b = retain backup copy of archive s = suppress compression (store only) w = suppress warning messages n = suppress notes and comments g = Encrypt/decrypt archive entry #Help Help -- An online help facility Syntax: Help command_name Inputs: command_name Name of the command or function for which you are seeking help. Example: HELP ARC. Since AmigaDOS is case insensitive, Help is also case insensitive. Copyright 1987 by 4th Works, Inc. This program is not public domain. It is a freely distributable program with the following conditions: 1) The program and data files must be distributed in the exact form and content as they were found on the original source of distribution (AmigaForum on CompuServe). 2) A seperate file, meant to be incorporated into the manual file, may be included in the distribution ARC file. Support for this program to be found exclusively on AmigaForum on CompuServe #Assign Assign - assign a logical device name to a filing system directory. Syntax: ASSIGN [[]] [LIST] Specification: ASSIGN with no parameter s or with the LIST switch ("ASSIGN LIST") displays all current assignments. To remove the assignment, just give by itself. Example: ASSIGN sources: ram:work/game -- a "CD sources:" will put you in the ram:work/game directory. ASSIGN sources: -- this will remove the assignment of "sources:" to "ram:work/game" #Break Break - set the break flag Syntax: BREAK [ALL] [C] [D] [E] [F] Specification: BREAK sets the specified attention flags in the process. C sets the CTRL-C flag, D sets the CTRL-D flag, etc. AmigaDOS only sets the CRTL-C flag. If the program is not written to look for these attention flags, the process will continue to run until normal termination. Example: BREAK 7 sets the CTRL-C attention flag of process 7. BREAK 5 D sets the CTRL-D attention flag of process 5. BREAK 3 D E sets both CTRL-D and CTRL-E in process 3. BREAK 4 ALL sets all frags in process 4. #CD CD - changes the current default directory or drive. Syntax: CD [] Specification: CD with no parameters displays the name of the current directory. "CD TEST" will change the current directory to TEST if test exists as a subdirectory in the current directory. If you are in a subdirectory, "CD /" will move you up one level, "CD //" will move you up 2 levels, etc. "CD :" will move you to the root directory of the logged drive. "CD dfn:" sets the current drive to dfn: and the current directory to the root directory of dfn: Example: "CD df1:work" sets the current directory to 'work' on disk 'df1:' and sets current drive to df1:. #Copy Copy - copy a file or directory from one place to another Syntax: COPY [[FROM] ] [TO] ] [ALL] [QUIET] Specification: Copy places a copy of the file or directory specified as TO. If you specify a directory name as FROM, COPY copies all the files in the FROM directory to the TO directory. The TO directory must exist. If you specify ALL, COPY also copies the files in any subdirectories. It automatically creates subdirectories in the TO directory as needed. Example: COPY FROM file1 TO :work/file2 COPY file1 TO :work/file2 COPY file1 :work/file2 COPY :wrk :work ALL #Addbuffers ADDBUFFERS - adds cache buffers to disk to reduce access time Syntax: ADDBUFFERS <##> Specification: DOS 1.2 uses disk sector caching in memory to speed up disk accesses. This command allows the user to significantly increase the access times. The amount of available RAM will be decreased by approximately 500 bytes for each buffer added. NOTE: Adding more than 25-30 buffers will not enhance speed greatly. Example: ADDBUFFERS DF0: 12 -- This will add 12 disk cache buffers drive DF0: #Date DATE -- display or set the system date. Syntax: DATE [] [