|
-
Feb 15th, 2000, 06:46 AM
#1
Thread Starter
New Member
i need to delete a program from my app that is in use by windows to remove a pesky file that loads at start up. anyway way to over ride the error: "File Access Denied, the program is in use by windows" or a similar error?
Thanks in advance! 
------------------
[]D Y R o
-
Feb 15th, 2000, 09:38 AM
#2
Member
if you mean from a program... No. You could modify the autoexec.bat file to delete it (since it won't be in use when autoexec.bat executes on startup...)
or have the program remove the pesky app from starting up (either delete it from the Startup folder or the appropriate registry entry... and have your program be set up to autostart next time it reboots.
Then... when your program runs after reboot (with pesky app not loaded)... delete it then (and remove your app from startup then too.
You can also edit your startup using START MENU-->RUN--> msconfig ---> "startup" tab --> but that's not vb
------------------
Rapmaster
[This message has been edited by Rapmaster (edited 02-15-2000).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|