[Batch-Help] Hide program from taskbar
#1
Posted 07 May 2012 - 10:21 AM
start /min /low hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfg
How can i make tha the hlds.exe consoles to be hidden in the taskbar?
#3
Posted 07 May 2012 - 04:48 PM
Save As RunHiddenHids.vbs
CreateObject("Wscript.Shell").Run("hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfg"), 0,False
#5
Posted 07 May 2012 - 11:04 PM
Hidden Window And Wont Wait For App To Close
CreateObject("Wscript.Shell").Run("hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfg"), 0,False
Show Window And Wait For App To Close
CreateObject("Wscript.Shell").Run("hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfg"), 1,True
#8
Posted 08 May 2012 - 07:26 AM
@echo off [...] :: some code deleted start RunHiddenHids.vbs
RunHiddenHids.vbs
CreateObject("Wscript.Shell").Run("hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfg"), 0,False
But the consoles are still showing on the desktop and taskbar ........
#9
Posted 08 May 2012 - 08:35 AM
#10
Posted 08 May 2012 - 08:39 AM
Windows 7
Read PM
Well
if i will set to open 3 redirects
on desktop wil be shown 3 consoles hlds.exe and in taskbar also 3 programs.....
#11
Posted 08 May 2012 - 11:09 AM
#12
Posted 08 May 2012 - 03:25 PM
The problem I think is unrelated to the batch file, I now think that what CaTaLinU is actually asking for is to be able to run HLDS.exe in console mode
Quote
They may also find that running START with the /B switch would prevent an additional window from opening.
#13
Posted 10 May 2012 - 06:57 AM
the hlds.exe would not be work perfectly
in 2 seconds it gives me an error from hlds.exe
#14
Posted 10 May 2012 - 08:15 AM
Cheers and Regards
#15
Posted 10 May 2012 - 08:24 AM
and i have thanked there
I just want to hide the HLDS.EXE process from taskbar
this is for Redirects , if you know what are Redirects for CS 1.6 Game ...
@ Thx for those who tried to help me
This post has been edited by CaTaLinU: 10 May 2012 - 08:25 AM
#16
Posted 10 May 2012 - 09:00 AM
cmdow /run /hid hlds.exe arg1 "arg 2"…
#17
Posted 10 May 2012 - 10:35 AM
i have editet the .bat file
cmdow /run /hid hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 +fps_max 200 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfg
but it stil shows the consoles ....
#18
Posted 10 May 2012 - 11:44 AM
Your end user is defining a number of redirects, if they choose 30 then you are effectively running the command above 30 times in a loop with a user defined delay of anything from 0 to 9 seconds between each separate run command. Are these the consoles which are still showing when run with cmdow?
#19
Posted 10 May 2012 - 12:28 PM
now i want to make a command
cmdow Console /VIS
but from al my 9 consoles , it sets to be visible only 1 vonsole
some help ?
#20
Posted 10 May 2012 - 02:57 PM
Before you go down that road you may be better off looking at a slightly different but similar tool, TrayIt!. It appears that you may be able to group these windows together/hide them in a different way.



Help

Back to top









