Close

Page 2 of 2 FirstFirst 12
Results 11 to 11 of 11

Thread: SOT: Nirsoft

  1. #11
    Join Date
    Oct 2009
    Location
    Maple Ridge, BC Canada
    Posts
    3,517
    Blog Entries
    1

    Default Re: SOT: Nirsoft

    Good day,

    Have a peep:

    @echo off
    :: Usage: Launch SAC with session file as admin, enable LIVE
    :: Launch SAW with session file as admin, centre cursor
    :: Exit SAW
    :: Disable LIVE, exit SAC
    :: Update the path and the name of the data file
    :: Note: The file extensions .mxs and .edl must be associated for this script to execute properly.
    :: Date:
    :: Status: Confirmed
    :: -----------------------------------------------
    :: First...launch SAC as admin, with an .mxs file...
    nircmd elevatecmd shexec "open" "path\name.mxs"
    :: -----------------------------------------------
    :: ...next...enable LIVE...
    nircmd wait 250
    nircmd win activate title "SAC64"
    nircmd setcursor 28 55
    nircmd sendmouse right click
    :: -----------------------------------------------
    :: ...then...wait two seconds..
    nircmd wait 2000
    :: -----------------------------------------------
    :: ...then...launch SAW as admin, with an .edl file...
    nircmd elevatecmd shexec "open" "path\name.edl"
    :: -----------------------------------------------
    :: ...then...centre cursor...
    nircmd movecursor 800 450
    :: -----------------------------------------------
    :: ...then...wait two seconds..
    nircmd wait 2000
    :: -----------------------------------------------
    :: ...next...exit SAWStudio...
    nircmd closeprocess SAWStudio64.exe
    :: -----------------------------------------------
    :: ...then...wait two seconds..
    nircmd wait 2000
    :: -----------------------------------------------
    :: ...then... disable [LIVE]...
    nircmd wait 250
    nircmd win activate title "SAC64"
    nircmd setcursor 28 55
    nircmd sendmouse right click
    :: -----------------------------------------------
    :: ...then...exit SAC...
    nircmd closeprocess SAC64.exe
    :: -----------------------------------------------
    :: ...finally...exit...
    exit

    I hope that some find this script of some practicable use?
    Last edited by mr_es335; 07-27-2020 at 10:09 AM.

Posting Permissions

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