i have a bat file on remote computer. when l use mstsc.exe to log on it i want to run the bat file .
the program and file path textbox is "cmd /c e:\rdp\rdp_test\tt.bat"
the bat file is tt.bat ,and the content is "ping 8.8.8.8 >> e:\rdp\rdp_test\ping.txt".
but when i log on the remote computer, the ping.txt can not be found !
what should i do ? ps: my client computer and remote computer are all win7.