[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



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