Results 1 to 7 of 7
  1. #1
    dor619's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0

    [Help]With Shell Command..

    thanks for who gave me that code .
    but i got promblme when i trying check it..
    code :

    Private Sub Command1_Click(Index As Integer)
    Shell "C:\Program Files\WarRock\WRLauncher.exe"
    End Sub


    Pic:

  2. #2
    skumy's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    well like it says ''File not found''. You typed in the wrong path toyour wr installation.

  3. #3
    dor619's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    thanks alot man !
    but how do i do "close" and "exit" boout?

  4. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by dor619 View Post
    thanks alot man !
    but how do i do "close" and "exit" boout?
    This is why I said use

    Dim MyProcess As Process

    Becuase using MyProcess.w\e you can close the process, and change, and read almost anything with it.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  5. #5
    w00t?'s Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    29
    Private Sub Exit_Button_Click
    End
    End Sub


    rename command1 or whateva to Exit_Button...

  6. #6
    TheBlueMax's Avatar
    Join Date
    Sep 2007
    Posts
    124
    Reputation
    10
    Thanks
    9
    I use this to open warrock:

    Private Sub Command1_Click()
    Shell "C:\Program Files\WarRock\WRLauncher.exe"
    End Sub
    Last edited by TheBlueMax; 10-05-2007 at 03:58 AM.

  7. #7
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Quote Originally Posted by w00t? View Post
    Private Sub Exit_Button_Click
    End
    End Sub


    rename command1 or whateva to Exit_Button...
    it better to unload it first

    Private Sub Command1_click()
    Unload Form1
    end
    End Sub

Similar Threads

  1. Need Help With Commands
    By dulli1 in forum Call of Duty Black Ops Help
    Replies: 9
    Last Post: 11-19-2010, 10:34 AM
  2. Help With Visual Basic 2008 And The PushToConsole Command
    By CrossFireHacker V1 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 08-23-2010, 04:21 AM
  3. Help with the "waittill" command
    By lior19940 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 08-03-2010, 03:46 AM
  4. help with adding addies besides PTC commands in Menu
    By deathninjak0 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 07-14-2010, 12:59 PM
  5. Help With commands pls...
    By metin2zocker in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 04-20-2010, 03:23 AM