Batch .bat programing helps

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

Batch .bat programing helps
  1. Unread #1 - Sep 13, 2007 at 4:31 PM
  2. koolpop0
    Joined:
    Jun 10, 2007
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0

    koolpop0 Member

    Batch .bat programing helps

    hey guys i was wondering what was the command for hideing a application with batch?
     
  3. Unread #2 - Sep 13, 2007 at 11:10 PM
  4. Fagex_SantaClaus
    Referrals:
    0

    Fagex_SantaClaus Guest

    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.
     
  5. Unread #3 - Sep 17, 2007 at 5:56 AM
  6. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Batch .bat programing helps

    Eww ... batch :p
    I daresay Linux BASH is a lot better :D
     
  7. Unread #4 - Sep 28, 2007 at 8:45 PM
  8. toffeeman3000
    Referrals:
    0

    toffeeman3000 Guest

    Batch .bat programing helps

    Yeah Bash is the shit =]
     
  9. Unread #5 - Oct 7, 2007 at 12:38 AM
  10. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Batch .bat programing helps

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

Users viewing this thread
1 guest


 
 
Adblock breaks this site