Hi,
In my script I made a copy operation but at the end I want the window to be deleted from display. I've tried with exit but it doesn't work.
oShell.run "cmd /k copy " & Source & "*.txt " & Dest,5
oShell.run "cmd /k exit"
Can someone tell me haw can I solve the problem ?
Thanks in advance
In my script I made a copy operation but at the end I want the window to be deleted from display. I've tried with exit but it doesn't work.
oShell.run "cmd /k copy " & Source & "*.txt " & Dest,5
oShell.run "cmd /k exit"
Can someone tell me haw can I solve the problem ?
Thanks in advance