Link to home
Start Free TrialLog in
Avatar of ltrain2015
ltrain2015

asked on

ExecCmd ("cmd.exe /c Copy ...)

Need help with "ExecCmd()".  What is its purpose and can anyone decipher what might be happening in this line?  I guess the question marks are legal syntax since I am not getting any errors from the shell.  I am trying to figure out someone elses code.

ExecCmd ("cmd.exe /c Copy " & l_Path & "Tensil.txt + " & l_Path & rsPos!SapRoll & "???M.rep + " & l_Path & rsPos!SapRoll & "???T.rep " & l_Path & "Tensil.txt")

Thanks,
Letron
ASKER CERTIFIED SOLUTION
Avatar of RichardCorrie
RichardCorrie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial