To set the working directory go to Windows->Preferences->IDL, then on the right hand side, change the value for "Initial working directory:"
Or you can use the cd procedure as you indicated like so:
cd, '/some/path/'
You could also put that line of code into an IDL batch file and set this batch file to be the Startup File in your IDL preferences as well.
-Josh
|