Posts: 25
Threads: 4
Joined: Oct 2010
Currently wscript feature is not integrated so I cant use function like Wscript.Quit etc.
I would like to use Wscript feature added in quickmacros. Thanks.
Posts: 12,095
Threads: 142
Joined: Dec 2002
Try function VbsExec2. It supports Wscript object.
Posts: 25
Threads: 4
Joined: Oct 2010
I tested it but it only create a VbsExec2.vbs and execute it, after that execution, its just left VbsExec2 in the current folder.
Anyway, to implement a method without a VbsExec2.vbs or temp file? :?:
Posts: 12,095
Threads: 142
Joined: Dec 2002
Maybe possible, but too much work.
I reviewed VbsExec2 and found it is too unreliable. Created many years ago. Next QM will have function WshExec. It also uses a temporary file, but deletes it after executing, etc.