cd desktop windows Vista/7

1 回表示 (過去 30 日間)
fjnb86
fjnb86 2011 年 11 月 29 日
Hello everyone!
Let me ask a simple question which I dont know if is possible to do it easily.
Due to the fact that the path to desktop requires the name of the user:
c:\documents and settings\(username)\desktop
is there a fast or direct way to set or access using this "cd" command?
For example:
cd desktop
thanks!

採用された回答

Titus Edelhofer
Titus Edelhofer 2011 年 11 月 29 日
Hi,
not really. What might help is something like this:
u = getenv('USERPROFILE');
cd(fullfile(u, 'Desktop'))
Titus
  1 件のコメント
fjnb86
fjnb86 2011 年 11 月 29 日
Thank you for your fast answer ;)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by