Hi, I want to use this capability but I have a little problem. In fact, I have several environment variables to set before running the command line. How can I do ? Moreover, can I use a batch file as command and do all the stuff inside ? Thanks for your help. Arnaud DELEULE
In that case, you can set Environment Variables in your autoexec.bat:
SET <name>=<value>
SET KeilDir=C:\Program Files\Keil