When I recreate your example and use a valid file, but an Invalid Drive designation, I get the same error.
If i use a valid path but an invalid or missing filename, I get "file not found" ----- Original Message ----- From: "Dan Goldberg" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[email protected]> Sent: Tuesday, June 10, 2008 12:41 PM Subject: [RBASE-L] - Delete command >I have a delete command that I am trying to run to delete a file and when I > try to run it I get the error: > > "Syntax is incorrect for the command delete" > > Here is a snippet of my code: > > SET VAR vrunexp = ('delete r:\sawverify\run' + .vrun + '.xls') > &vrunexp > > I have tried putting quotes around the filename/path as well as the ` > > Does anybody have any suggestions?? > > Dan Goldberg > > >

