|
Manage ABViewer from the command line |
Top Previous Next |
|
Manage ABViewer from the command line Usage: ABViewer [command] [switch][switch]file[s...] Command: open file Example: open ConusGrinder.dxf ABViewer.exe ConusGrinder.dxf Command: convert file(s) to a specified file format /c xxx where 'xxx' - extension of output file(s) - dxf, plt, pdf, bmp, jpg, emf, wmf, tif or gif Switches: dir= - destination folder Width='value' - width of output file(s) Height='value' - height of output file(s) Example: convert 50states.hpg, test1.dxf and test2.plt to 50states.bmp, test1.bmp and test2.bmp with width=100 and height=200, destination folder is "C:/Tmp" ABViewer.exe /c bmp dir=C:/Tmp width=100 height=200 50states.hpg test1.dxf test2.plt Command: print specified file(s) /p Example: print the following files: 50states.hpg, test1.dxf and test2.plt ABViewer.exe /p 50states.hpg test1.dxf test2.plt
|