Ploticus/iX

- Commandfile -


Following

commandfile PLOTX

might be useful and is used in the other examples:
PARM PLSRC="" PLSRCDIR="!HPCWD" PLFRM="gif" PLTARDIR="!HPCWD"
ANYPARM PLOTH=' '
COMMENT
COMMENT Usage: PLOTX script,scriptdir,format,targetdir[,options]
COMMENT
COMMENT Ploticus is (c) 1998-2000 Stephen C. Grubb
COMMENT Home page is www.sqpr.net
COMMENT
COMMENT Ploticus has been ported to MPE by Andreas Schmidt
COMMENT Home page is www.hillschmidt.de/ploticus/
COMMENT
COMMENT Command file has been written by Andreas Schmidt
COMMENT vers. 1.0 14APR2000
COMMENT
SETVAR PLOPTIONS &
"!PLSRCDIR/!PLSRC -!PLFRM -o !PLTARDIR/!PLSRC.!PLFRM !PLOTH"
ECHO /usr/local/ploticus/bin/pl !PLOPTIONS
XEQ SH.HPBIN.SYS &
"-c 'cd /usr/local/ploticus/bin/;pl !PLOPTIONS'"
LISTFILE !PLTARDIR/!PLSRC.!PLFRM,2
ECHO Done.


Example: PLOTX TEST1,,,/SAMBA/SHR/public will use the script TEST1 to create a gif file named TEST1.gif in the public share of Samba/iX.


last changed: 30.04.2003
© 2003 Andreas Schmidt