Computer Science Canada

Problem With Sys.Exec

Author:  Namis [ Wed Jan 21, 2004 10:38 am ]
Post subject:  Problem With Sys.Exec

code:
    if not Sys.Exec ("http:\\www.compsci.ca")
            then
        put "The Sys.Exec call failed"
        put "Error: ", Error.LastMsg
    end if



Just trying to open a browser, its not working, any clue why?

Author:  AsianSensation [ Wed Jan 21, 2004 3:16 pm ]
Post subject: 

"http://www.compsci.ca" instead of what you have


: