View Single Post
  #5 (permalink)  
Old 19th Aug 2009, 11:28 am
metalboy94's Avatar
metalboy94 metalboy94 is offline
Member
Keen on MPx players
 
Join Date: Jun 2008
Location: outer space
Posts: 69
Default

well first of all you gotta have an idea on the path.
example: cmd almost always starts at the desktop (C:\Documents and Settings\<username>\Desktop, if you have Windows XP). so if you have the VDK folder on the desktop (i do), you type:
cd vdk
*enter*

easy! let's say you want to get from the desktop to a folder called "Stuff" placed right on drive C (on its root). First, you gotta get to the C drive's root:
cd ..
*enter*
cd ..
*enter*
cd ..
*enter*
(now the prompt should be C:\>)
cd Stuff
(now the prompt should be C:\Stuff> or something like that)

__________________
a piece of advice for anyone wanting to buy an MP4 player.

click me
Reply With Quote