Shortcut target maximum character exceeded

1

2

Is there a way to manage the limit of character in target in shorcuts?

I need to add more commands in a target (to set environment variables) and I can't!

marco

Posted 2012-01-20T11:28:24.257

Reputation: 111

Did you find a direct solution without using a bat file? – user3731622 – 2019-08-30T21:31:34.803

Answers

1

Create a batch file that sets the required environment variables and starts the program afterwards. You can then use the batch file as the target of your shortcut.

Joey

Posted 2012-01-20T11:28:24.257

Reputation: 36 381

Thanks @Joey , can you give an example? – None – 2012-01-20T11:53:11.707