thomasmcgeown
Technical User
The following line of code is producing an error 53 file not found - app.path is E:\nettools and the file exists in e:\nettools\vncinstall\ ... any ideas?
runVNCexe = Shell("copy " & Chr$(34) & App.Path & "\vncinstall\winvnc.exe" & Chr$(34) & " " & Chr$(34) & strRemotePush & "winvnc.exe" & Chr$(34), vbNormalFocus)
runVNCexe = Shell("copy " & Chr$(34) & App.Path & "\vncinstall\winvnc.exe" & Chr$(34) & " " & Chr$(34) & strRemotePush & "winvnc.exe" & Chr$(34), vbNormalFocus)