1

I have some configuration setting in config.bat, I can manually execute it using cmd.exe /k "%HOMEDRIVE%%HOMEPATH%\config.bat"

How can I setup ConEmu to execute cmd.exe with parameters ?

I tried to put the cmd.exe + parameters in the Task parameters.. and Commands (application, argument).., but neither of them is working.

Please help, thanks.

enter image description here

enter image description here

Artisan
  • 4,042
  • 13
  • 37
  • 61

1 Answers1

1

You missed it just by a inch :-)

Simply put the cmd /k <path>\<to>\<your>\config.bat in the Commands text area.

(sorry I can not post images yet)

Zartc
  • 193
  • 7