First commit containing CP/M 3 help files
This commit is contained in:
51
cpm3/26setdef.help
Normal file
51
cpm3/26setdef.help
Normal file
@@ -0,0 +1,51 @@
|
||||
|
||||
///1SETDEF
|
||||
|
||||
Syntax:
|
||||
|
||||
SETDEF { d: {,d: {,d: {,d:}}}} {[ TEMPORARY = d: ] |
|
||||
[ ORDER = (typ {,typ}) ]}
|
||||
SETDEF [DISPLAY | NODISPLAY]
|
||||
SETDEF [PAGE | NOPAGE]
|
||||
SETDEF [US | UK]
|
||||
|
||||
Explanation:
|
||||
|
||||
SETDEF allows the user to display or define up to four drives
|
||||
for the program search order, the drive for temporary files, and
|
||||
the file type search order. The SETDEF definitions affect
|
||||
only the loading of programs and/or execution of SUBMIT
|
||||
(SUB) files. SETDEF turns on/off the system Display and Console
|
||||
Page modes. When on, the system displays the location and name
|
||||
of programs loaded or SUBmit files executed, and stops after
|
||||
displaying one full console screen of information. SETDEF also
|
||||
selects between US and UK date formats.
|
||||
|
||||
///2Examples
|
||||
|
||||
A>SETDEF
|
||||
|
||||
Displays current SETDEF parameters.
|
||||
|
||||
A>SETDEF [TEMPORARY=C:]
|
||||
|
||||
Sets disk drive C as the drive to be used for temporary
|
||||
files.
|
||||
|
||||
A>SETDEF C:,*
|
||||
|
||||
Tells the system to search for a program on drive C, then,
|
||||
if not found, search for it on the default drive.
|
||||
|
||||
A>SETDEF [ORDER=(SUB,COM)]
|
||||
|
||||
Instructs the system to search for a SUB file to execute.
|
||||
If no SUB file is found, search for a COM file.
|
||||
|
||||
A>SETDEF [DISPLAY]
|
||||
|
||||
Turns on the system display mode. Henceforth, the system
|
||||
displays the name and location of programs loaded or submit
|
||||
files executed.
|
||||
|
||||
A>SETDEF [NODISPLAY] Turns off the system Display mode.
|
||||
Reference in New Issue
Block a user