i want to acheive to execute my application made in AMS using bat file ang jump directly to specific page..
assuming i have 3 page in my application (autorun.exe) Page1, Page2, Page3
i have this bat file in the same directory
start autorun.exe /Page3
i want to run the exe jump directly in Page3
Appreciate any help.
Thanks
assuming i have 3 page in my application (autorun.exe) Page1, Page2, Page3
i have this bat file in the same directory
start autorun.exe /Page3
i want to run the exe jump directly in Page3
Appreciate any help.
Thanks
Comment