D
Don J
I run a specific batch file at startup that attempts to copy a file to
replace one that is under control of a running program. I get the message
"The process cannot access the file because it is being used by another
process." How do I successfully write the file? I know that the way you
are supposed to do it is to close the program, make the transfer then
restart the program. But how do you do that when you don't know the program
and you don't know how it starts in the first place.
Don J
-----------------------------------------------------------------
replace one that is under control of a running program. I get the message
"The process cannot access the file because it is being used by another
process." How do I successfully write the file? I know that the way you
are supposed to do it is to close the program, make the transfer then
restart the program. But how do you do that when you don't know the program
and you don't know how it starts in the first place.
Don J
-----------------------------------------------------------------