7

If I am at a Windows 7 command prompt is there any way that I can navigate to one of my libraries?

e.g. something like

cd libraries:\code

2 Answers2

6

I believe the above response is quite simply incorrect. Below is a command line utility compiled by grimadmin based on MSDN code for just such purposes predating the aforementioned response. I should mention however that it doesn't support anything as convenient as a cd into a library though.

http://www.grimadmin.com/filemgmt/index.php?id=5

dborba
  • 213
3

No. Windows 7 Libraries are currently supported through GUI console only.

humanfly
  • 549