batファイルをexeファイルにしたいと思ったことはないですか? そんな時はWindows標準機能のIExpressを使用することでbatファイルをexeファイルにすることができます。 今回はbatファイルをexe化する一連の流れをご紹介します。 次のファイルをexe化してみます。
前回、ファイルの自動実行について投稿しました。自動的に実行したいプログラムもあれば、ここぞという場面で随時実行したいプログラムもあります。そんな時に便利なのがbatファイルです。 おさらい(pyファイルの実行方法) pyファイルは、ターミナル ...
Opening the Command Prompt and running some commands every time is somewhat a tedious job. Are you also bored of using it constantly? If yes, then why not use a double-clickable desktop shortcut ...