I don't know even if that is possible. I rarely play with Windows and TXC. However, if you use the \write18 trick, you don't need to open the console.spiegboy wrote: 1. how can i open a console directly from the TeXnicCentre with the project root as the default root, so that i can easily input the command 'bibtex pub' intead of locating the directory first by appealling to 'cmd' in windows
Go to Build > Define output profiles... and choose a profile. There is a box about command line arguments to pass to the compiler. By default it has the following content:spiegboy wrote: 2, how can i enable or activate that code \write18?
-interaction=nonstopmode "%pm".
Change it to
-interaction=nonstopmode "%pm" -enable-write18
That's all.