system("COMMAND"); just with Win32?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arepi
    New Member
    • Sep 2008
    • 62

    system("COMMAND"); just with Win32?

    Hi,

    I maked en .exe whit Visual Studio 2008 and it worked fine from command prompt (I have WinXp). Then I tryed the same line in perl with
    Code:
    system("COMMAND");
    I became in command prompt: "acces denied" and en other error message in a window: "xy.exe is not a Win32 Application"

    Is any way solve it in PERL ?

    Thanks!

    Arepi
    Last edited by Arepi; Feb 22 '09, 08:19 PM. Reason: complete
  • Arepi
    New Member
    • Sep 2008
    • 62

    #2
    Sorry, it was a VS bug.

    Cheers!

    Comment

    Working...