Quick Start - Installing and configuring printers
Print Manager Spool
A29247-X30-X-9-70 US
83
@echo off
echo FILTER_ON PRISMAspool
rem only echo that start with PRISMAspool will be displayed
echo INTERVAL 1000
rem admin GUI will be refreshed each 1000 msec.
echo Start one batch file
echo PRISMAspoolStart one batch file
ping 0.0.0.0
echo PRISMASPOOL1st Ping Failed...
ping 0.0.0.0
echo PRISMASPOOL2d Ping Failed...
ping 0.0.0.0
echo PRISMASPOOL3rd Ping Failed...
ping 0.0.0.0
echo PRISMASPOOL4th Ping Failed...
echo end of batch file
echo PRISMASPOOLEnd of Batch file
Within this example, only echo that starts with PRISMASPOOL will be displayed.
The feed back from ping command will not.
Note:
We suggest inserting "@echo off" at the beginning of your batch file. This command
prevents the user from watching the batch program execute (even if PRISMAspool
is able to filter them).
Example of source for creating a binary file:
int main()
{
// Set 1 sec between each printer display refresh
cout << "INTERVAL 1000" << endl;
// Information
cout << "Starting one binary File.." << endl;
cout << "Do something 1" << endl;
cout << "Do Something 2" << endl;
cout << "End of " << endl;
return 0
Summary of Contents for PRISMAspool
Page 1: ...Océ Océ User Guide Océ PRISMAspool V4 04 ...
Page 4: ...A29247 X30 X 9 70 US ...
Page 5: ...Appendix Glossary Annexes Index ...
Page 6: ...A29247 X30 X 9 70 US ...
Page 20: ...PRISMAspool Licenses Description of PRISMASpool V4 04 20 A29247 X30 X 9 70 US ...
Page 56: ...Software Modification Packages Installation 56 A29247 X30 X 9 70 US ...
Page 204: ...Advanced settings Extended Line Printer Server 204 A29247 X30 X 9 70 US ...
Page 222: ...Configuration of a WPE printer Windows Print Extension 222 A29247 X30 X 9 70 US ...
Page 231: ...Submitting a job PJM Server A29247 X30 X 9 70 US 231 Now let fire a test job via PJM ...
Page 234: ...PJM Server Fast Range Printing for big Files larger than 4 GB 234 A29247 X30 X 9 70 US ...
Page 252: ...Print Manager Web Setting up Microsoft Internet Information Services 252 A29247 X30 X 9 70 US ...
Page 308: ...Appendix 308 A29247 X30 X 9 70 US ...
Page 312: ...Glossary 312 A29247 X30 X 9 70 US ...
Page 327: ...Annex III How to configure a SCSI printer in Windows Annexes A29247 X30 X 9 70 US 327 ...
Page 390: ...Annexes Annex XII How to install the LPR Client on Windows 7 390 A29247 X30 X 9 70 US ...