tbscript

  • Thread starter Thread starter paul moore
  • Start date Start date
P

paul moore

Guest
trying to make this do things - looks like a really useful tool but i cant
make it work

i have test.vbs

TS.Connect
Sleep(3000)
TS.STart("notepad")

then I do

C:\tools\ts>tbscript test.vbs -s:192.168.111.113 -u:joe -p:testTEST1234 -v
Worker:13516 New timeout: 600 seconds
Worker:13516 New timeout: 35 seconds
Worker:13516 Wait failed: TIMEOUT
Worker:13516 Client can't connect
Worker:13516 Closing main window (Visible=1)
Worker:13516 Closing DLL thread

the ts client windows opens. Seems like tbscript is waiting for something
that tells it it connected OK, but it never arrives
 
Back
Top