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!

link|improve this question
feedback

migrated from stackoverflow.com Jan 23 at 3:18

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
Thanks @Joey , can you give an example? – marco Jan 20 at 11:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.