• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Remote log in command....

Vegito

Diamond Member
A friend show this to me except I forgot it...

its a command in win xp that you can change to a remote directory and run stuff.. its a native command... was wondering if anyone here uses it ?
 
found it.. you sort of can't run stuff

basically its pushd/popd

pushd \\pcname\c$ and it'll assign a letter

popd disables it
 
so pushd basically just changes the directory you are in, and then popd takes you back to where you were?

This wouldn't be any different then doing:

net use z: \\pcname\c$
cd z:

right?
 
Back
Top