This utility is for batch printing plot files outside of PDMS. You must still have the Plotviewer application installed, but does not need PDMS installed. Written in VB6.
Though i would add this tip to thread, since it is kinda relevant.
If you create a MSDOS Batch file with the current line in it
FOR %%A IN (%*.*) DO \\PDMS\AVEVA\pdms11.6\Plot\PlotViewer.exe /p %%A
You will need to modify the path to suit your Plotviewer.exe location.
Then make a shortcut to the batch file and and place it on your windows quicklaunch toolbar
You can then drag and drop PDMS Plot files directly onto the shortcut icon.
The /P switch launches plotviewer without displaying file, E.I. it will send the dropped .plt files directly to your current windows default printer. Make sure prior to use, that your desired print settings and printer is set the way you want it. :D
I have a shee with this name : /STRU/JACKET/XN-0001/01
l use this command from the command-line : /STRU/JACKET/XN-0001/01 PLOT SHEE PRINT 'COLOR BW,MINL 0.1,NODIALOG'
The problem is that l want print directly my shee without the print-dialog-window.
How can l fix this problem?