CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: WoF

Search: Search took 0.07 seconds.

  1. Replies
    13
    Views
    4,451

    Re: use of shell for calling perl from vb 6.0

    As I understand you want to run multiple scripts one after the other.
    You have to understand this about the Shell() function: It will start the script, but then will immediately continue execution...
  2. Replies
    13
    Views
    4,451

    Re: use of shell for calling perl from vb 6.0

    The shell function can be used to execute another program from within your VB6 application. You can run bat, cmd, vbs, exe and other directly executable files like:


    dim proc as long
    proc =...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured