Subsequent to previous posts under "archive extraction"
I now have it all running in a rudimentary fashion
When the Pc is first booted the call shell command works fine and executes the macro.
If I try to repeat it ,I get a message that file already exists and is skipped.
The files r deleted manually before i rerun,so something is clearly staying open???
I am using the following call:
call Shell ( Environ$ ( "COMSPEC" ) & " /c d:\lha.bat", vbNormalFocus)
Any ideas ???
I now have it all running in a rudimentary fashion
When the Pc is first booted the call shell command works fine and executes the macro.
If I try to repeat it ,I get a message that file already exists and is skipped.
The files r deleted manually before i rerun,so something is clearly staying open???
I am using the following call:
call Shell ( Environ$ ( "COMSPEC" ) & " /c d:\lha.bat", vbNormalFocus)
Any ideas ???