General ⇒ Vista starting new window when opening .tex
-
- Posts: 3
- Joined: Tue Apr 15, 2008 11:42 am
Vista starting new window when opening .tex
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Vista starting new window when opening .tex
You need to change the command that it's used for opening .tex files. To locate that command in the registry see my other post in this thread.
You should have something like this:
Code: Select all
"C:\path\to\where\you\have\TEXCNTR.EXE" "%1"
Code: Select all
"C:\path\to\where\you\have\TEXCNTR.EXE" /ddecmd "[goto('%1', '1')]"
Caution! As others reported using TeXnicCenter's DDE will cause problems for file names that contain the apostrophe character ' so have that in mind.
Edit: added link
-
- Posts: 3
- Joined: Tue Apr 15, 2008 11:42 am
Re: Vista starting new window when opening .tex
Re: Vista starting new window when opening .tex


-
- Posts: 3
- Joined: Tue Apr 15, 2008 11:42 am
Re: Vista starting new window when opening .tex
Re: Vista starting new window when opening .tex
