LoginSignup
1
0

More than 1 year has passed since last update.

残プロ 第-46回 ~シンボリックリンクで自作プログラムを扱いやすくする~

Posted at

mklink

自作プログラムを作ったはいいものの,いちいちフォルダ移動・実行としていたら利便性が失われてしまいます.
そこで,今回は自作ファイルへのシンボリックを作成しアクセス性を高めます.

コマンドプロンプト
C:\Users\usename\> mklink utils\hoge.py C:\Users\username\Document\Script\Python\hoge.py

以上のコマンドでホームディレクトリ下のutilsフォルダに,hoge.pyのシンボリックリンクが作成できます.

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0