$! PFM$STARTUP.COM © Phil Ottewell 1998 $! http://www.pottsoft.demon.co.uk/ $! $! This command file shows how to define the logicals names needed by the $! Performance Meter. It assumes that this command procedure is in the same $! directory as the .EXE, .XBM and .UID files, so you may want to edit it $! and/or call it from your system startup, e.g. SYS$MANAGER:SYSTARTUP_VMS.COM $! $ this_file = F$ENVIRONMENT("PROCEDURE") $ this_dev = F$PARSE(this_file,,,"DEVICE") $ this_dir = F$PARSE(this_file,,,"DIRECTORY") $ DEFINE/SYSTEM PFM$DATA 'this_dev''this_dir' $ DEFINE/SYSTEM PFM$EXE 'this_dev''this_dir' $ EXIT