logo elektroda
logo elektroda
X
logo elektroda

CMD: Navigating to the Desktop - Step-by-Step Guide for Console Users

darkeagle125 24276 4
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 15413855
    darkeagle125
    Level 2  
    Recently I started to be interested in cmd, I learned to enter folders through the console, but I can't figure out how to get to the desktop?
  • ADVERTISEMENT
  • #2 15413898
    Kolobos
    IT specialist
    When cmd is run, the default directory is the user directory. Just enter:
    cd Desktop
    or
    cd Desktop
    Depends on the system version.


    Ps. Also get interested in the search engine, it's nothing difficult, first link:
    http://www.computerhope.com/issues/ch000928.htm
  • ADVERTISEMENT
  • ADVERTISEMENT
  • #4 15413922
    arlid
    Level 12  
    However, if you want to get there quickly, use the% USERPROFILE% variable

    "cd% USERPROFILE% / Dektop"

    Read about environmental variables - they make your life easier ;) With CMD and the command "cd" you can get almost anywhere. If you get lost, display the directory list with the "dir" command.
  • #5 15416158
    darkeagle125
    Level 2  
    Thanks for not guessing either :D
ADVERTISEMENT