Jump to content

Help with command run


igorm
 Share

Recommended Posts

If FileExists('C:\This file does not exist.txt') = False then;If the file is not found then
    Msgbox(0, 'Error', 'File not found') ;Show message box
Else;If the file was found
    Msgbox(0, 'Congratulations', 'File was found');Show a different message box
EndIf

EDIT: Welcome to the forums!!!

Edited by Piano_Man
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

Try

Opt("RunErrorsFatal", 0)
Run("notpad.exe")
if @error then MsgBox(0,"", "Filename or Path wrong")

Note - Notepad is spelt wrong so that you can see what happens.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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...