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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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
