22

Well, how? There is that "SET LAUNCH OPTIONS" button, but I believe that is only fit to command line switches.

ComputerDruid
  • 213
  • 1
  • 6
lvella
  • 440

1 Answers1

34

It is possible to prefix the command with your environment variable in the set launch options like so:

YOUR_VARIABLE=1 %command%
Aldrik
  • 926