G
Guest
I am using this:
Shell "xcopy \location\*.xls \location /E", vbhide
to move some files before they get replaced by the new daily set. The
problem is, when I shut down my pc at the end of the day I get messages that
xcopy can not shut down by itself. I don't want to confuse the users.
Is there an additional line I need to close/stop the function?
Shell "xcopy \location\*.xls \location /E", vbhide
to move some files before they get replaced by the new daily set. The
problem is, when I shut down my pc at the end of the day I get messages that
xcopy can not shut down by itself. I don't want to confuse the users.
Is there an additional line I need to close/stop the function?