CCL Home Page
Up Directory CCL rpsi2hp.com
$!
$! DCL script to run the the contour plotting program 
$! PSI2/88 using the filename.psi2 input file.
$!
$! Usage: psi2hp filename (no extension)
$! It assumes the input file is named filename.psi2
$!
$! The following line should be in the system startup file
$! or placed in your startup file.
$! It can be uncommented here as well.
$! Replace with the disk and directory where the PSI/88 program will reside.
$!
$! define psidir dua0:[psi88]
$!
$! Check for no arguments
$!
$if p1.eqs."" then goto noargs
$if p2.nes."" then set def 'p2'
$!
$! Define input files
$!
$ assign 'p1'.psi2  for005
$ assign psitmp:'p1'.f22   for022
$ assign psitmp:'p1'.f23   for023
$ assign psitmp:'p1'.f24   for024
$!
$! Define plot file name
$!
$ assign psitmp:'p1'.hpgl  for066
$!
$! Run the program
$!
$ Run Psidir:psi2hp.exe
$ sho status
$ deass for005
$ deass for022
$ deass for023
$ deass for024
$ deass for066
$!
$! Place the command to send the output file to the HP plotter
$! here, or comment this line to just generate the file
$!
$! plot 'p1'.hpgl
$!
$ goto exit
$ noargs:
$ write sys$output "Usage: psi2hp filename (no extension)."
$ exit:
$ exit
Modified: Fri May 24 16:00:00 1991 GMT
Page accessed 5631 times since Sat Apr 17 22:02:18 1999 GMT