How do I go up a directory? How do I go up a directory? I know that "cd .." does this in DOS.
Thanks.
rhyno_dagreat- 05-26-2008
I don't think you can traverse through directories yet.
Dex- 05-26-2008
In DexOS there is only one level of dir you can go up.
so if you were in the A: root dir and want to go to a dir called MyFolder you would do this
cd \MyFolder <enter>
NOTE: THE ABOVE SHOULD HAVE A BACKWARD SLASH
to return you would do this
cd \ <enter>
NOTE: THE ABOVE SHOULD HAVE A BACKWARD SLASH
You could also use
cd /MyFolder <enter>
or
cd / <enter>
But if you was in
A:\MyFolder
You could not go to another dir in MyFolder.
This can be changed in the source code of DexOS by changing a var or two.
This is by design and DexOS as the inbuilt ability,but by default i leave it to one layer only, i want DexOS to be simple.
The design of DexOS was based on a games console OS, which did not need more than one layer.
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.