pd start:
---------

- run a Shell

- change to: "C:\ProgramFiles\pd\bin"

- write "pd" and hit "Enter" to run the program

pd configuration:
-----------------

- get a list of optional startup-flags by writing
  "pd -help" and hitting "Enter" (very useful for debugging and additional info: -verbose)

- startup-flags can be saved to batch-files; for example under Windows:
  create new text file (.txt) on desktop with the following content:

  	C:\Programme\pd\bin\pd.exe -r 48000 -path C:\Programme\pd\work

  rename text file to "start_pd.bat"

- double-click on "start_pd.bat" starts pd in desired configuration, defined by startup-flags; in this case: use a sample rate of 48k, and add the work-directory to the directories 'seen' by pd


		---						     ---
		pd-tutorial, Florian Hollerweger, floholl@sbox.tugraz.at