CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Georgia
    Posts
    35

    shell execute in ASP?

    I want to use an active server page to operate pkzip.exe on behalf of a connecting client. Is this possible?

    Jeff A. Moore
    MCSE, MCP+Internet

  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: shell execute in ASP?

    Yuo'll probably have to write a VB wrapper (or C++, if that's your poison) to do this. ASP doesn't allow for any use of any API calls.

    hope this helps,

    john

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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