<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
On 2010-01-04 02:17, Powell, Olly wrote:
<blockquote
 cite="mid:6924CC4240312140A87A15FC38847299071274@regem001.originenergy.com.au"
 type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator"
 content="MS Exchange Server version 6.5.7653.21">
  <title>Specifying output directory with texworks</title>
<!-- Converted from text/rtf format -->
  <p dir="LTR"><span lang="en-au"></span><span lang="en-au"></span><span
 lang="en-au"><font face="Trebuchet MS" size="2" color="#000000">Could
somebody please suggest how to tell texwo</font></span><span
 lang="en-au"></span><span lang="en-au"></span><span lang="en-au"><font
 face="Trebuchet MS" size="2" color="#000000">r</font></span><span
 lang="en-au"></span><span lang="en-au"></span><span lang="en-au"><font
 face="Trebuchet MS" size="2" color="#000000">ks (or miktex)</font></span><span
 lang="en-au"></span><span lang="en-au"></span><span lang="en-au">&nbsp;<font
 face="Trebuchet MS" size="2" color="#000000"> where to write the output</font></span><span
 lang="en-au"></span><span lang="en-au"></span><span lang="en-au"> <font
 face="Trebuchet MS" size="2" color="#000000">.</font></span><span
 lang="en-au"></span><span lang="en-au"></span><span lang="en-au"><font
 face="Trebuchet MS" size="2" color="#000000">pdf file, on windows
XP?&nbsp;&nbsp;&nbsp; On my machine, running over a network, I find the pdf files turn
up in my windows folder, instead of</font></span><span lang="en-au"></span><span
 lang="en-au"></span><span lang="en-au"> <font face="Trebuchet MS"
 size="2" color="#000000">the</font></span><span lang="en-au"></span><span
 lang="en-au"></span><span lang="en-au"></span><span lang="en-au"></span><span
 lang="en-au"></span><span lang="en-au"> <font face="Trebuchet MS"
 size="2" color="#000000">directory the tex files are located.<br>
  </font></span></p>
</blockquote>
<br>
This is odd. I don't know if the MiKTeX developers made any changes to
that part of the code, but the normal procedure for typesetting is:<br>
1) Change to the directory where the (root) TeX file is located.<br>
2) Run typesetting tool with the full path to the tool and the name of
the file to process.<br>
<br>
Normally, with this you should end up with the output located where the
(root) tex file was. That it ends up in the windows directory (of all
possibilities) is vary strange since there shouldn't be any file
involved in the typesetting process located there...<br>
<br>
For the purpose of debugging, I'd suggest to create a .bat file (say,
pwd.bat) containing the single line<br>
cd<br>
<br>
Save it somewhere and define it as a new typesetting tool in Tw. If you
run it, it should simply print the current working directory in the log
window, which should be the directory where the (root) tex file is
located.<br>
<br>
In case it's not: what is your exact configuration? Is the .tex file
located on a network share? If so, is it mapped to a local drive
letter, or is it only accessible through the "My Network" (or whatever
it's called). It may well be that Tw doesn't cope properly with the
latter case...<br>
<br>
HTH<br>
Stefan<br>
</body>
</html>