Jump to content

CaTaLinU

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by CaTaLinU

  1. I HAVE TRIED WITH CMDOW BUT FOR SOME FRIENDS IT DIDN;T WORKED now i want to try with vbs , but when i start the program because of hlds.exe -console , it is not hiding i must make another line command which will hide an already opened program .. like that i have done and with cmdow start hlds.exe cmdow hlds.exe /hid
  2. Next vbs code is for starting a process hidden 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 what is the code for hide the process hlds.exe if he is already opened ?
  3. I made it 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 ?
  4. i have added cmdow.exe there 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 ....
  5. This is my 2nd thread 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
  6. if i delete -console the hlds.exe would not be work perfectly in 2 seconds it gives me an error from hlds.exe
  7. It is possible to make something like this ... @ECHO OFF Title Service Check CD\ CLS Rem Step 1: Ping 95.76.53.219 echo Your connection to the 95.76.53.219 is %ms% Pause I want to show only the average Ms ... it is possible ?
  8. I cant make public my entire .bat 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.....
  9. file.bat @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 ........
  10. i have this in my .bat program 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?
×
×
  • Create New...