Flasher

|
Posted: Sun Apr 17, 2011 07:47 Post subject: |
|
|
Всё проще, господа:
Code: | ' Перейти к след./пред. папке в родительском каталоге
' Необходима регистрация "Script helper ActiveX for TC"
' Параметры: 3 (след.); 4 (пред.)
'====================================
With CreateObject("TCScript.Helper")
.LockTC True
.SendCommand 2002
.SendCommand 3303
.SendCommand 205&WScript.Arguments(0)
.SendCommand 2003
.LockTC False
End With | И никаких проблем с клавишами. |
|