View Single Post
Old 05-30-2024, 06:13 PM   #15
jmurphy
Zealot
jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.jmurphy ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 1133068
Join Date: Sep 2007
Device: ipaq
Quote:
Originally Posted by diane55 View Post

I've added [g:\XXX\] because I was unable to access to the library folder on G: with the command "cd g:"
Everytime, I got "g:" but immediately I came back to : "c:\users\***" !


You need to change drives first:
Code:
g:
cd xxx
or

Code:
CD /D G:\xxx
jmurphy is offline   Reply With Quote