Results 1 to 2 of 2

Thread: Creating Processes

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    Colorado
    Posts
    1

    Post Creating Processes

    I need to create a number of processes either on a local or remote system. Preferably, the number created would be user defined.

    The reason for this is to stress test an application. I can do this via VB right now, but only a pre-set number of processes can be started. Currently I start 25 instances of Notepad.exe, but would like to allow the tester to pick the number to be run.

  2. #2
    Fanatic Member pradeepkrao's Avatar
    Join Date
    Sep 2001
    Location
    New Jersey
    Posts
    534

    Hi

    PHP Code:
    Private Sub Command1_Click()
    Dim i As Long
    1
    Do While (CLng(Text1.Text))
        
        
    WinExec "notepad"1
        i 
    1
    Loop

    End Sub 
    Learn by others experience as you cannot live long to experience them all.
    www.freewebs.com/pradeepkrao

    LOOK AT MY GAMES AT MY WEB SITE.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width