Can anyone tell me what im missing here? trying to get the following code to launch a preconfigured rdp session from a logon script. If i double click it, it works fine, if i run it at logon it doesnt launch the rdp session but it does fire off that msgbox.
Thanks,
RoadKi11
Code:
'Start RDP Session to TS
wshShell.Run ("mstsc.exe TServer.rdp")
MsgBox "code ran fine this far"
Thanks,
RoadKi11