Adblock breaks this site

Batch .bat programing helps

Discussion in 'Web Programming' started by koolpop0, Sep 13, 2007.

  1. koolpop0

    koolpop0 Member

    Joined:
    Jun 10, 2007
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0
    Batch .bat programing helps

    hey guys i was wondering what was the command for hideing a application with batch?
     
  2. Fagex_SantaClaus

    Fagex_SantaClaus Guest

    Referrals:
    0
    Batch .bat programing helps

    Code:
    Run.bat
    @echo off
    setlocal
    set VBS=”%TEMP%\HideCmdWindow.vbs”
    if exist %VBS% goto Runit
    @echo dim obj, obj1, obj2, objArgument>%VBS%
    @echo Set WshShell = WScript.CreateObject(”WScript.Shell”)>>%VBS%
    @echo Set objArgument = Wscript.Arguments>>%VBS%
    @echo obj = WshShell.Run(”AppStart.bat“, 0)>>%VBS%
    @echo set WshShell = Nothing>>%VBS%
    :Runit
    set param=%*
    set param=”%param:”=“`%”
    cscript //nologo %VBS% %param%
    endlocal
    I'm not a php genius sorry if this isn't it.
     
  3. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    Batch .bat programing helps

    Eww ... batch :p
    I daresay Linux BASH is a lot better :D
     
  4. toffeeman3000

    toffeeman3000 Guest

    Referrals:
    0
    Batch .bat programing helps

    Yeah Bash is the shit =]
     
  5. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Batch .bat programing helps

    This has nothing to do with php.
     
< Need help with something :S lol | Defrag! >


 
 
Adblock breaks this site