CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Location
    Pretoria, South Africa
    Posts
    3

    Question How to pass a parameter to an exe/bat

    Can any one please tell me how to call/execute an exe or bat
    file on the client side with a passed parameter from the web server.

    Thank you.

  2. #2
    Join Date
    Dec 2000
    Posts
    15
    Are you willing to use a *.vbs file on the Client side??

  3. #3
    Join Date
    May 2002
    Location
    Pretoria, South Africa
    Posts
    3
    Hi,
    No, we will have problems with anti-virus software on the client side. I tried to execute a javascript function using Wscript host but that also doesn't work from the server. It displays an error message - Automation server can't create object.
    It works locally.

    Thanks

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

Featured