Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
618153
Topic
51641
Board
Новички
Re: Как скрыть работу poclbm.exe под Windows? незаметные майн&#
by
sf
on
14/11/2011, 15:30:40 UTC
hide.vbs
Code:
On Error Resume Next
Set WshShell = WScript.CreateObject("WScript.Shell")
cmd="poclbm.exe -bla bla bla"
WshShell.Run cmd,0