Giter Club home page Giter Club logo

startwithoutwindow's Introduction

StartWithoutWindow

CUI/GUIアプリケーションをウィンドウを表示せずに起動するアプリケーションです。バックグラウンドで動作させるアプリケーションを邪魔にならないようにできます。

使用法

StartWithoutWindow.exe "パス" 引数
  • パス : 非表示で実行したい実行ファイルへのパスです。絶対パス、または**StartWithoutWindow.exeに対する**相対パスで指定できます。つまり、StartWithoutWindow.exeを目的の実行ファイルと同じ場所に置くことで、実行ファイル名のみの指定で済みます。空白が含まれる場合は"でくくるなどして一つの文字列としてください。
  • 引数 : 元のアプリケーションに渡すときと全く同じ形で渡すことができます。つまり、全体を"で囲ったりする必要はありません。

使用例・PowerShellとの比較

スタートアップにショートカット登録を登録したりする際、PowerShellを使って

powershell.exe -Command "Start-Process -WindowStyle Hidden '\path\to\program.exe' 'arg1 arg2'"

と書いていたものは、目的の実行ファイルと同じディレクトリにStartWithoutWindow.exeを配置すると、

"\path\to\StartWithoutWindow.exe" program.exe arg1 arg2

と書けるようになります。

また、PowerShellでは一瞬PowerShell自体のウィンドウが表示されてしまいますが、StartWithoutWindow.exeは自身のウィンドウも表示しません。

startwithoutwindow's People

Contributors

dg-7d avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.