Results 1 to 5 of 5

Thread: SCAR finds new work.

  1. #1
    Join Date
    Nov 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SCAR finds new work.

    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?

  2. #2
    Join Date
    Nov 2006
    Location
    California, USA
    Posts
    336
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you would have to use Ron's OpenWebpage function in which it opens the run command window(win + r) and types in the directory of the file/site and opens it.

  3. #3
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    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!.

  4. #4
    Join Date
    Nov 2006
    Location
    California, USA
    Posts
    336
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by markus View Post
    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.
    The programs are only as dangerous what you allow SCAR to do....

  5. #5
    Join Date
    Nov 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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);

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. FindAnimation <--Finds a series of bitmaps or DTMs within a given time!
    By Macrosoft in forum Research & Development Lounge
    Replies: 7
    Last Post: 12-02-2007, 05:18 PM
  2. Finds Compass Then Nothing
    By Elfies in forum OSR Help
    Replies: 6
    Last Post: 07-14-2007, 10:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •