- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
' There is no convenient way to check whether WScript is defined.
' This code captures the possible undefined error to perform the check.
'
On Error Resume Next
manual = Not WScript Is Nothing
If Err.Number = 0 Then
manual = True
Else
manual = False
End If
On Error Goto 0
'''''''''''''''''''''' Manual Execution ''''''''''''''''''''''
If True = manual Then
Dim ObjCommandLine
Dim result
. . .
То ли я ещё не проснулся, то ли у кое-кого очень коротенькие ручки с кривыми пальцами.
Код на 100% рабочий.
Lopata 28.05.2015 15:25 # −1