21 lines
561 B
PostScript
21 lines
561 B
PostScript
####################################################
|
|
# Show the operator the system version
|
|
####################################################
|
|
`systemversion`;
|
|
|
|
`memory`;
|
|
|
|
################################################################
|
|
# drive info
|
|
################################################################
|
|
`script driveInfo.eps`;
|
|
|
|
#####################################################
|
|
# End Script
|
|
#####################################################
|
|
`plugins`;
|
|
`channels`;
|
|
|
|
SetEnv("SIMPLE", "TRUE");
|
|
|
|
return true;
|