Hello Glynn<div>First of all, thank you for replying to my emails...</div><div><br></div><div><div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Python accepts &#39;\&#39;. GRASS typically just passes filenames to the OS,<br>
and Windows accepts &#39;\&#39;.<br></blockquote><div> </div><div>Yes you are right. But for instance, if I try to run  r.out.xyz GRASS script (included in WiNGRASS standalone versions) like this: r.out.xyz input=1990@climate output=C:\delete\ai.txt:</div>
<div>- In bash Script it does not place it in c:\delete\ folder but it places in c:\ a file named deleteai.txt. This means that it&#39;s ignoring the &#39;\&#39;</div><div>- Then, I tried with r.out.xyz Python script adn the same happened.</div>
<div><br></div><div>This happens not only with r.out.xyz but also with other Bash and Python GRASS scripts.THe problem is that, when a user places a path to a file in Scripts GUI (in Windows OS), when it presses the run, &quot;inside the script&quot;, the variable &quot;loses&quot; the &#39;\&#39;.</div>
<div><br></div><div>THis is not specific this is for all GRASS Scripts (Bash and Python) that uses filepaths in Windows OS.</div><div>Or am I analyzing this wrong?<br><br></div><div><br></div><div>Katrin Eggert</div></div>
</div>
</div></div>