Results 1 to 7 of 7

Thread: Opening Programs With Scar?

  1. #1
    Join Date
    Aug 2008
    Location
    Chineese-Mexican
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Opening Programs With Scar?

    is there a way to make scar open programs, with something like runprogram C:\Program Files\Mozilla\Firefox.exe??
    j/w
    ty

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Only with plugin, and opens up many vulnerabilities.

    AKA you could do it in a private script, but you'll never see it as a widespread ability.
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    OpenFile(FilePath, True);

    Replace FilePath with the path/directory of the file
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    SCAR Code:
    OpenFile('C:\Program Files\Mozilla\Firefox.exe');


  5. #5
    Join Date
    Mar 2008
    Location
    The Netherlands
    Posts
    1,395
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Gives file access error, and I'm on admin..


  6. #6
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Laur€ns View Post
    Gives file access error, and I'm on admin..
    Did you put Shared as True or False? If it's a shared file, obviously put false otherwise put true

    @Naum, your example wouldn't compile Also, try not to tell someone something when another person already has
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  7. #7
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Enable API Calls inside your script and find out the declaration of "ShellExecute".
    That should do it ^_^.
    Verrekte Koekwous

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Saving & Opening Files via SCAR?
    By Daniel in forum OSR Help
    Replies: 9
    Last Post: 01-12-2008, 08:03 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
  •