[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Deleting Files with SQR
- Subject: Re: Deleting Files with SQR
- From: JBBARTH <JBBARTH@AOL.COM>
- Date: Tue, 10 Mar 1998 16:48:48 EST
You may want to try using the "call system using" command to execute DOS
commands. I can think of two possible approaches. The first one would be to
try opening c:\temp\foo.dat. If the open is successful then close the file
and delete it by coding "call system using 'delete c:\temp\foo.dat' " in your
SQR. The other possibility would be to create a BAT file and run it using the
"call system using" command.
Jake