execute perl script from vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • loopz123
    New Member
    • Jun 2007
    • 8

    execute perl script from vb.net

    Hi,

    I want to run perl script from vb .net.
  • ansumansahu
    New Member
    • Mar 2007
    • 149

    #2
    Originally posted by loopz123
    Hi,

    I want to run perl script from vb .net.
    Hi ,

    I think you could use the shell command to execute the script.

    good luck
    -ansuman sahu

    Comment

    • loopz123
      New Member
      • Jun 2007
      • 8

      #3
      HI anshu,

      I didnt get u... I tried that but only cmd prompt pop out. How to use dos commands from vb .net.

      Comment

      • ansumansahu
        New Member
        • Mar 2007
        • 149

        #4
        Originally posted by loopz123
        HI anshu,

        I didnt get u... I tried that but only cmd prompt pop out. How to use dos commands from vb .net.
        Hi Loopz ,

        Just have a look at this link
        http://www.devx.com/dotnet/Article/7914
        it might help you.

        good luck
        -ansuman sahu

        Comment

        • loopz123
          New Member
          • Jun 2007
          • 8

          #5
          That example is not working. I have called the cmd.exe. At one button click it should perform perl task. What to do anshu

          Comment

          Working...