1$ Verif = F$Verify(0) 2$ ! OpenVMS command file to emulate behavior of: 3$ ! 4$ ! Define the command for deleting (a) file(s) (including wild cards) 5$ ! 6$ DELETE="DELETE$$$/LOG" 7$ FILE = F$SEARCH("''P1'") 8$ IF "''FILE'" .NES. "" THEN DELETE 'FILE' 9$ xxx = F$Verify(Verif) 10