Passing parameters to Windows application

Discussion in 'Windows Virtual Machine' started by B.S2, Jan 15, 2023.

  1. B.S2

    B.S2 Bit poster

    Messages:
    1
    After beeing in discussing with the support for over 4 weeks now, I found my one solution.
    Post it here, though it might help:
    The common suggestion to use "ptrctl exec" did not work as the drive "Z:" was not available.
    For example prlctl exec <VM name> cmd /c dir Z:
    The solution I found is:
    prlexec --vm <your VM name> -r <windows .exe with path> <parameters>

    This works for command line utilities as well as for graphical applications.

    HTH others

    42Bastian
     
    Mikhail Ushakov likes this.

Share This Page