Creado por Jessica Rizo
hace más de 3 años
|
||
Pregunta | Respuesta |
cd[path] | changes to specified directory |
cd /d[drive:][path] | changes to the specified directory on the drive |
cd . . | changes to the directory that is up one level |
cd \ | changes to the root directory of the drive |
md [drive:][path] | makes a directory in the specifies path. if you don't a path, the directory ill be created in your current directory |
rd[drive:][path] | removes (deletes) the specified directory |
rd /s [drive:][path] | removes all the directories and files in the specified directory, including the specified directory itself |
rd /q[drive:][path] | quiet mode you won't be asked if you want to delete the specified directory when using /s |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.