environment variables - Executing things on console2 startup -


i using console2 , trying execute few simple things when fire console2 like

set path=%path%;c:\mypgm\git\bin 

how can such things. , on side there somewhere can find example of nice configs of console2

the version working 2.00.148

  • first, create batch file (*.bat) name ("shell.bat") , add lines executed on start of console.. additionally have add "cmd" (or "bash") command @ end of file open command shell...the file that

    @echo off

    set path=%path%;c:\mypgm\git\bin

    cmd

  • then run console2 ..from main menu > edit > settings > "console" node .. , press ".." button beside "shell" field ,select "*.bat" file type select file created earlier or write down path file..(you can set working directory in "startup dir")...save , restart

that's !! enjoy !!


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -