Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Command Line autostart #363
    PaulS
    Participant

    Thought you might be interested. The AutoHotKey solution for what I needed turned out to be trivial.

    Run, “C:\Users\Public\Desktop\RTSP Player.lnk”
    WinWaitActive, RTSP Player
    Sleep, 1000
    Run, “C:\Users\pwright2\Desktop\RTSP Play2.lnk”
    Sleep, 1000
    WinWaitActive, RTSP Player
    WinSetTitle, RTSP Player, , RTSP-2 Player
    WinMove, RTSP Player, , 100, 50, 900, 600
    WinMove, RTSP-2 Player, , 1500, 50, 900, 600
    It starts the two players, changes the title of the top player (so that WinMove can tell them apart), moves and resizes one to the the left and the other to the right.

    in reply to: Command Line autostart #362
    PaulS
    Participant

    OK, thanks. I will work on the AutoHotkey solution in the meantime. It only needs to be run at system startup.

    in reply to: Command Line autostart #360
    PaulS
    Participant

    Works perfectly, yes. Thank you. Turns out the essential part was not the second set of quote marks, though they do no harm, but removal of the word pass between the userid and the password.

    Also, I got it to run displaying two different cameras simultaneously by changing the shortcut .lnk of the second camera to use a different ‘start in’ space. Just an empty folder next to the original.
    Now, both players start up displaying one atop the other in the center of the screen. Same size and relatively small. Now, I can drag them apart and manually resize them and I assume I could create an AutoHotkey to do that for me, but is there anything that I could do on the command line which would accomplish those things for me?

    Thanks again for this wonderful program.

Viewing 3 posts - 1 through 3 (of 3 total)