Menu

Identifying ClassNames

Help
Dean Holt
2012-05-02
2013-01-01
  • Dean Holt

    Dean Holt - 2012-05-02

    Hello,

    I can successfully open several Microsoft PPT presentations remotely and I would like to know how to get the className of each of the open presentations so I can switch between them remotely.

    Regards,
    Dean

     
  • Charlie Kindel

    Charlie Kindel - 2012-05-02
    <StartProcessCommand Cmd="ppt1" "C:\Program Files (x86)\Microsoft Office\Office14\POWERPNT.EXE /s C:ppt1.pptx"/>
    <StartProcessCommand Cmd="ppt2" "C:\Program Files (x86)\Microsoft Office\Office14\POWERPNT.EXE /s C:ppt2.pptx"/>
    

    Then have your client send these commands:

    escape
    ppt1
    

    etc…

    In otherwords, each time you want to switch PPTs, send an Esc keypress (to dismiss previous ppt) and then the command to launch the new one.

    Let me know if this works!

     
  • Charlie Kindel

    Charlie Kindel - 2012-05-02

    Ooops:

    The command swtich is /S not /s.

     
  • Dean Holt

    Dean Holt - 2012-05-03

    Many thanks.

    This works perfectly

     

Log in to post a comment.

MongoDB Logo MongoDB