> You might be able to make a shortcut to it, I know shortcuts have the
> ability to specify run minimized.
Figured it out! I have seen a lot of similar questions on how to run
the .bat file with the robocopy command without showing the "DOS"
window. I will post the solution in case someone else runs into this.
You need to create a vbs file to run the .bat program and add a "0"
param at the end of the vbs statment like so:
Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run("cmd.exe /K ""FILE_NAME.cmd""", 0, true)
That runs the command without showing the window.
>> Stay informed about: Copy file problem