Remote Printer Manager - Console Edition
Product Description
Specification
Purchasing Information
Benefits of Purchasing
Demo
Command Line Parameters
Example of Usage
Product Description
Remote Printer Manager (RPM) is a sophisticated network management tool
that allows network administrators to add, modify and remove printers on any
Windows-based computer on their network.
This is the console version of RPM which allows you to create lengthy batch (BAT) files
to perform multiple RPM instructions on multiple computers.
Specification
- Add, remove and modify any local and TCP/IP network printers to any remote computer.
- With the correct firewall allowances, you could set up a computer on
the other side of the world to print!
- Dynamic driver location support gives you an extensive list of printers available to install
from the host computer, requiring no pre-installation of drivers on the client computer.
- System Requirements: Windows XP
(Windows 2000 should work also, try the demo first)
Purchasing Information
We currently only offer online payment through PayPal, however, other payment options such
as cheque or bank transfer can be agreed on by emailing our payments department at:
enquiries@mattastic.co.uk or use our
Online Contact Form.
| License |
Normal_Price |
Website_Launch Promotional_Price |
Purchase |
| Single Computer License |
$30 |
$15! |
|
| 5 Computer License |
$100 |
$50! |
|
| Site License |
$600 |
$300! |
|
Click here to see our license agreement.
Benefits of Purchasing RPMc
- Full unlimited version which will allow you to perform any of RPMs functions without
hinderance or nagging shareware messages.
- Receive free updates for minor to medium version changes.
- Receive special discounts on major version upgrades.
- Remember, if you purchase the
GUI version of RPM
you get this console version thrown in completely FREE!
Demo
The Remote Printer Manager Console Edition demo can be downloaded from:
here.
This is a limited read-only version that can only be used to view printer information
on remote computers. We currently do not offer a shareware, time-limited version of RPM.
Command Line Parameters
Below are the commands that can be called from the Command Prompt, or from within a batch file:
| Command |
Parameters |
Description |
| /c | {name or ipaddress} | Connect to this remote computer |
| /un | {username} | Connect using this username
(in the form computer or domain\username, e.g. mydomain\myname or mycomp\admin) |
| /pw | {password} | Connect using this password |
| /pn | {name} {ipaddress} | Adds a TCP/IP port with the name {name} and the IP {ipaddress} |
| /pl | | Lists the currently available ports |
| /pd | | Lists the currently available ports in detail |
| /px | {portname} | Deletes the given port |
| /in | {driver} {portname} | Installs a printer |
| /il | | Lists the currently installed printers |
| /id | | Lists the currently installed printers in detail |
| /ix | {printer} | Deletes the specified printer |
| /ild | {[manufacturer]} | Lists the available drivers, with the optional {manufacturer} property to limit the size of the list |
| /df | {folder} | Specified a folder to search for drivers in (NOTE: the {WindowsDir}\Inf directory is searched automatically) |
| /rs | | Restarts the spooler service on the remote computer, refreshing port lists, and clearing print queues |
| /jc | | Returns the number of printer jobs currently in the queue |
| /p | | Pauses the output at the end of each page, useful for long lists such as the driver list |
Examples of usage
Below are a few examples of how RPM Console Edition can be used:
Example: Getting a list of printers installed on our test computer.
Command line:
rpmc.exe /c testcomp /un testcomp\administrator /pw adminpass /il
RPMC Output:
Printer List:
AGFA-AccuSet 1000SF
HP LaserJet 4000 Series
|
Example: Getting further information on the printers.
Command line:
rpmc.exe /c testcomp /un testcomp\administrator /pw adminpass /id
RPMC Output:
Printer Details:
Printer: AGFA-AccuSet 1000SF
Driver: AGFA-AccuSet 1000SF v52.3
Port: IP_192.168.0.12
Printer: HP LaserJet 4000 Series
Driver: HP LaserJet 4000 Series PCL
Port: LPT1:
|
Example: Installing a Printer.
Command line:
rpmc.exe /c testcomp /un testcomp\administrator /pw adminpass /in "HP LaserJet 4050 Series PCL" "IP_192.168.0.13"
RPMC Output:
Adding Printer 0 - HP LaserJet 4050 Series PCL
Checking Driver Files..
|
Example: Installing multiple Printers.
Command line:
rpmc.exe /c testcomp /un testcomp\administrator /pw adminpass /in "HP LaserJet 4050 Series PCL" "IP_192.168.0.13" /in "HP LaserJet 4050 Series PCL" "IP_192.168.0.14"
RPMC Output:
Adding Printer 0 - HP LaserJet 4050 Series PCL
Checking Driver Files..
Done
Adding Printer 1 - HP LaserJet 4050 Series PCL
Done
|
|