Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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)