Problems with Batch-VBS Hybrid
Posted: 19 Dec 2015 00:55
While I am writing a Batch-VBS hybrid using <SUB> character, GOTOs and (maybe) CALLs does not work.
Code: (Just a demo)
Output:
Is there any workaround on this? Thanks a lot!
Meerkat
Code: (Just a demo)
Code: Select all
::'@echo off
remgoto :a
remrem Some codes here...
rem:a
remecho This will be displayed!
rempause
remrem Some VBS codes here...
Output:
Code: Select all
The system cannot find the batch label specified - a
Is there any workaround on this? Thanks a lot!
Meerkat