LoginSignup
0
1

More than 5 years have passed since last update.

powershellをexeに変換して実行時するときDOSまど非表示

Posted at

dos 窓を消すためにdosで実行するバッチが必要です。
.batで保存して実行。

powershell -WindowStyle Hidden -command "C:\Users\user\Desktop\scs.exe"

0
1
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
0
1