Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to hide the cmd in windows? #38

Open
gouchaoer opened this issue Nov 13, 2017 · 4 comments
Open

how to hide the cmd in windows? #38

gouchaoer opened this issue Nov 13, 2017 · 4 comments

Comments

@gouchaoer
Copy link

if i start a php-ui, i need start a cmd and call "php mygui.php" to start a GUI.
I want to click the cmd. So how to hide it?

@gouchaoer
Copy link
Author

in linux/mac, it also start a shell.

@rockskyawp
Copy link

rockskyawp commented Dec 29, 2017

I use vbscript to do this .

set ws=WScript.CreateObject("WScript.Shell") 
ws.Run "cmd /c php test.php",vbhide

save as test.vbs file, double click to run it.

@BlueMatthew
Copy link

BlueMatthew commented Mar 16, 2019

try "start php-win.exe ..." within bat file

@WinterSilence
Copy link

try "start php-win.exe ..." within bat file

or create label: "php-win.exe" -f "file.php"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants