Jump to content

Getting application has generated exception that couldn't be handled


 Share

Recommended Posts

Maybe.. there is more to the program than you are giving it

$Program = "c:\Program Files\radio Shark\radioshark.exe"
$Argument = "" ; check properties for aguments
$Directory = @WorkingDir

If FileExists($Program) Then
    $Program = FileGetShortName($Program)
    Run( $Program & " " & $Argument, $Directory, @SW_HIDE)
Else
    MsgBox(0x0,"Sorry!", "The file does not exist    " & @crlf & $Program & "   ")
EndIf

8)

NEWHeader1.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...