User-Defined Local Process Trouble

BatchPatch Forums Home Forums BatchPatch Support Forum User-Defined Local Process Trouble

  • This topic has 2 replies, 2 voices, and was last updated 7 years ago by timvb.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10395
    doug
    Moderator

    BP is not parsing the space in your path properly. You essentially have two options:

    1. Run this instead:

    cmd.exe /c "C:Program Files (x86)TeamViewerTeamviewer.exe" -i $computer

    OR

    2. If you have Teamviewer in a path with no spaces, such as the following, it would also work:

    "C:SomeDirWithNoSpacesTeamViewerTeamviewer.exe" -i $computer

    #10396
    timvb
    Participant

    Awesome thank you doug, I could have swore did try that first option. You’re the best.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.