0

I have created a to execute a couple of .lnk files.

example:

start C:\Users\Blaxie\Desktop\vrchatter\PlayspaceMover.lnk

When executed it says that the path cannot be found; but I have copied and pasted it directly from the shortcut properties of the .lnk file itself.

What am I doing wrong?

1
  • Have you modified, the path in your question? because the shortcut properties would already be doublequoted if the path had contained spaces. Commented Jun 1, 2019 at 13:58

1 Answer 1

1

This solved it for me: start "playspaceMover" /b "C:\Users\Blaxie\Downloads\PlayspaceMover-v0.1.8\PlayspaceMover.exe - Shortcut"

I just used the name of the shortcut instead of writing the shortcut with the ".lnk" at the end.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.