Quite often our customers will want to use “start” in a batch file to start the PaperCut User Client or perhaps perform an Automated & Silent PaperCut Secondary Server installation.
If the path to your file includes a space you will need to enclose it in quotes such as:
start “C:\Path To Installer\pcng-setup-12.1.16778.exe” However, if you wish to pass parameters to the setup file, you may try this first time:
start “C:\Path To Installer\pcng-setup-12.1.16778.exe” /type=secondary_print /silent Which returns the error "Invalid switch - "/type=secondary_print".
This can be resolved by adding an additional parameter specifically for start, namely a “title”.
start “PaperCut” “C:\Path To Installer\pcng-setup-12.1.16778.exe” /type=secondary_print /silent
Articles in this section
- Print Deploy for VDI Best Practices
- Biometric Hardware Support
- System Maintenance August 2024
- End User Support and Resources
- Branch Office Direct Printing
- Using SSL Packet Inspection (Man-in-the-Middle) with PaperCut NG/MF
- Xerox Embedded Troubleshooting
- Important points to know about PaperCut MF version 24
- Setting up application consent in Microsoft Azure for Scan to Microsoft OneDrive and SharePoint Online
- PaperCut NG/MF Security Bulletin (May 2024)
Comments
0 comments
Please sign in to leave a comment.