Ref: 06430016
Title: Creating a Print Queue at the Command Line
Date: 10/8/90

Copyright 3Com Corporation, 1991.  All rights reserved.

To create a print queue from a DOS enhanced netstation, use the NET SHARE
command as follows:

    >NET ADMIN \\SERVER /c
    >NET SHARE sharename=comx /y

This command will create a sharename for a print queue to the specified port
with no specified separator file, parameters, or print processor.  There
is no limit to the maximum number of users, priority will be 5, and print
jobs will "print after" 12:00AM and "print until" 12:00AM.

To specify or change values of an existing print queue, use the NET PRINT
command as follows:

    >NET ADMIN \\SERVER /c
    >NET PRINT sharename /parameters

"Parameters" can be any of the following:

    /remark:
    /route:     **print device
    /separator:
    /priority:
    /after:     **print after
    /until:     **print until
    /processor:
    /parms:

For example, to create a print queue called "laserjet" on Com1 of \\SOL
with the print window set from 12:00 AM to 11:59 PM and with all other
values set to default, the command would be:

    >NET ADMIN \\SOL /c
    >NET SHARE laserjet=com1 /y
    >NET PRINT laserjet /after:12:00AM /until:11:59PM
    >EXIT
