Using scar for some automation on another project.
Is there a way to launch another application in SCAR? What is the command?
example: I need to launch dbisql.exe
what would it look like in scar?
Using scar for some automation on another project.
Is there a way to launch another application in SCAR? What is the command?
example: I need to launch dbisql.exe
what would it look like in scar?
There's a plugin on mopar's for it, or you can use API calls.
I won't recommend using it because it allows dangerous programs to harm your computer.
I made a new script, check it out!.
got a work around. Tried the OpenWebPage, but it kept saying access denied. So I built this!
SCAR Code:SendKeysVB ('^(esc)', true);
wait (1000);
SendKeys ('r');
wait (1000);
SendKeys (' program name here');
wait (10000);
SenKeysVB ('{enter}', true);
There are currently 1 users browsing this thread. (0 members and 1 guests)