Skybuck Flying wrote:
> Somebody else said this only applies to the command prompt.
The command prompt is nothing more than a Win32 console application.
> Is that true.... ? or does it apply to the rest of windows as well ?
As far as Windows is concerned all windows applications are the
same.
> He said every process has only one current folder.
This is correct.
For example if you write a program to change to a particular
directory then exit, if you run this program from the command
prompt in any other directory the program will change to the
new directory then exit, but this has no effect on the current
directory of the command prompt.
> The command prompt/shell adds it's own notition of multiple
> current directories per drive......
The program has a current drive and each drive has a
current directory.
The program can change the drive using setdisk function
and change the current directory of the current drive
using chdir.
All the command prompt does is map user friendly commands
to these same low level functions.
Jussi Jumppanen
Author of: Zeus for Windows, Win32 (Brief, WordStar, Emacs) Text Editor
"The C/C++, Java, HTML, FTP, Python, PHP, Perl programmer's editor"
http://www.zeusedit.com