Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

PSHELL's CWD

samintz

Scott Mintz
May
1,582
27
Is this behavior expected? I.e. the default directory changes from 'C:\temp' to 'C:\users\mintz\documents' for the PSHELL command.
Code:
[C:\Temp]
$ pshell /s "pwd"

Path
----
C:\Users\mintz\Documents

[C:\Temp]
$ powershell -command "PWD"

Path
----
C:\Temp
 
Same here. IMHO, the second is preferred.
Code:
v:\> pshell /s "pwd"

Path
----
C:\Users\vefatica\Documents



v:\> powershell -command "PWD"

Path
----
V:\
 

Similar threads

Back
Top