Jump to content

need hel to improve my scripts


shay
 Share

Recommended Posts

Hi all

i use this code for error handling many times in my script

if $fileEx = 0 Then
    MsgBox (0,"script", "Error: unable to find D:\dir\file.exe")
    Exit
 EndIf
if $fileEx2 = 0 Then
    MsgBox (0,"script", "Error: unable to find D:\dir\file.exe")
    Exit
 EndIf

is there any way to to improve this code ?

possibly somthing like this??

f $fileEx or $fileEx2 = 0 then
....

"If the facts don't fit the theory, change the facts." Albert Einstein

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