navigating/changing directories
Nick Coghlan
ncoghlan at iinet.net.au
Thu Jan 6 07:38:49 EST 2005
The script is executed in a process separate from your command shell, and hence
has no effect on your shell's current directory.
There are some things that batch files and shell scripts are still good for -
manipulating the shell :)
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at email.com | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.skystorm.net
More information about the Python-list
mailing list