1.

Solve : how 2 change directory if it name is j2sdk1.4.2_04?

Answer»

please send me this reply as shown as possible

i want to  CHANGE the directory.i am at present in d:>
i want to change it to j2sdk1.4.2_04 ,but it is not allowing me to change the directory.so how to change itAnd where is j2sdk1.4.2_04? c:\j2sdk1.4.2_04? Or d:\jsdk1.4.2_04? Or else?
Try with \
cd c:\j2sdk1.4.2_04
or with
cd d:\j2sdk1.4.2_04 .

Type in a command prompt window
cd /?
for more help.You need to use cd j2sdk1~1
If that doesn't work try using a different number ~2. Make SURE you are in the right folder. Type dir/p to see what's there.

Viking, in DOS folders and files cannot be LONGER than 8 letters. Or at least in mine...cd "j2sdk1.4.2_04" should work if you are in its PARENT folder. DOS 7 (Win9x DOS) USUALLY accepts long file names if they're in "quotes".



Discussion

No Comment Found