<br><br><div class="gmail_quote"><div id=":1eh">your best bet is a windows batch file (.bat)<br><br>it&#39;s a text file in wich you specify a command to launch <br><br>edit in a plain text editor (notepad) and rename .txt to .bat<br>
<br>you have to add pd path to windows PATH environnement variable first,<br>
so that the system knows where pd.exe is.<br>or launch a command line from pd/bin/directory.<br><br><br>let&#39;s say for instance<br><br>launchpdnogui.bat content:<br><br>pd -nogui <br><br>-other settings can be obtained via pd -h<br>

<br></div></div><br><br clear="all"><br>