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