Re: del not working in .bat file
- From: "Bob Butler" <tiredofit@xxxxxxxxxxx>
- Date: Mon, 20 Nov 2006 12:31:15 -0800
"RB Smissaert" <bartsmissaert@xxxxxxxxxxxxxxxx> wrote in message
news:eyVolFODHHA.4508@xxxxxxxxxxxxxxxxxxxx
The file is not Read-Only, the file will be on the normal local C
drive and the file can be deleted manually.
Maybe though the file is still in use by SQLite when the del command
is called.
I don't know how the sequence of commands is in a .bat file.
Could it be that a command is called while the previous line is not
finished yet?
yes, easily. I was reading it as the first del command failing, not the
second
Is there something like a wait or DoEvents in a .bat file?
try running the sqllite command with
start /wait c:\....
I thought the way with WScript was an easy way to run the .bat file
without showing the console.
Yes, maybe I should do away with the .bat file, but it works fine
except on this one machine.
No, I am not running VBS, except for this one call.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- Follow-Ups:
- Re: del not working in .bat file
- From: RB Smissaert
- Re: del not working in .bat file
- References:
- del not working in .bat file
- From: RB Smissaert
- Re: del not working in .bat file
- From: Bob Butler
- Re: del not working in .bat file
- From: RB Smissaert
- del not working in .bat file
- Prev by Date: Re: "not responding" and refresh label question
- Next by Date: Re: "not responding" and refresh label question
- Previous by thread: Re: del not working in .bat file
- Next by thread: Re: del not working in .bat file
- Index(es):
Relevant Pages
|