Yzöwl Posted May 10, 2012 Posted May 10, 2012 In the file you PM'd what was the problem with the commented out CMDOW line?cmdow /run /hid hlds.exe arg1 "arg 2"…
CaTaLinU Posted May 10, 2012 Author Posted May 10, 2012 i have added cmdow.exe therei have editet the .bat filecmdow /run /hid hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 +fps_max 200 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfgbut it stil shows the consoles ....
Yzöwl Posted May 10, 2012 Posted May 10, 2012 Which console(s)?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?
CaTaLinU Posted May 10, 2012 Author Posted May 10, 2012 I made it now i want to make a command cmdow Console /VISbut from al my 9 consoles , it sets to be visible only 1 vonsolesome help ?
Yzöwl Posted May 10, 2012 Posted May 10, 2012 I would suggest that yuor problem lies in having all of the windows with the same title. You would probably be able to give them a new title with CMDOW's /REN switch possibly using the %port_add% variable in the name to make each one unique. As a result you'd have different names to identify each one with for making them visible again.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.
CaTaLinU Posted May 13, 2012 Author Posted May 13, 2012 Next vbs code is for starting a process hiddenCreateObject("Wscript.Shell").Run("hlds.exe -console -game cstrike %IPARG% +sys_ticrate 150 -heapsize 15000 -port %port_add% -noipx +exec server%sv_add%.cfg"), 0,Falsebut what is the code for hide the process hlds.exe if he is already opened ?
bphlpt Posted May 13, 2012 Posted May 13, 2012 I made it What did you find that worked for you? Please share your success.Cheers and Regards
CaTaLinU Posted May 13, 2012 Author Posted May 13, 2012 I HAVE TRIED WITH CMDOWBUT FOR SOME FRIENDS IT DIDN;T WORKEDnow i want to try with vbs , but when i start the program because of hlds.exe -console , it is not hidingi must make another line command which will hide an already opened program ..like that i have done and with cmdowstart hlds.execmdow hlds.exe /hid
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now