Thanks all for the help! The suggestions helped, I can now use Python and Enviornment variables which makes my shell life tons easier. -Keith For Python variables in system commands: cd $foo cd $foo/subdirectory For system enviornment variables cd $$foo cd $$foo/subdirectory