A SERVICE OF

logo

ROM-DOS Commands 6-25
2325A137REFGD Revision B 2325 Reference Guide
The /T option cancels all the files from the print queue (list). Think of
this as a terminator.
The /H option will display the help screen.
Examples
PRINT puts three files into the print queue. The first file will start being
printed after the command ends.
PRINT FILE1.TXT FILE2.TXT FILE3.TXT
The file FILE2.TXT will be removed from the print queue. All other
files in the queue will print normally.
PRINT /C FILE2.TXT
All files in the print queue are canceled. Printing may continue for a
short time because of the buffer in your printer.
PRINT /T
SHARE.EXE
Type
External
Purpose
SHARE installs the capabilities for file-sharing and file-locking on your
hard disk.
Syntax
SHARE [/options]
Or from CONFIG.SYS:
INSTALL=[d:][path]SHARE.EXE [/options]
Remarks
The SHARE utility is most commonly used in a network or multitasking
environment where file sharing is necessary. When SHARE is loaded,
DOS will utilize the SHARE utility to validate read and write requests
from application programs and users.
The /L:# option specifies the maximum number of files that can be
locked at one time. The default number of files is 20.