Jump to content

looking for ideas


 Share

Recommended Posts

hi

here is what i got

do

$test1 = ProcessExists("uimsgprint.EXE")

$name= "test.txt"

WinWaitActive("Print to File")

send($name)

send ("{enter}")

until $test1 = 0

exit

what i look for is the best way to see if a file exists

so if there a flr called test.txt the next $name wood = test1.txt

and so on an so for as long as the scrimt was running

thanks for any ideas beau

Link to comment
Share on other sites

The best way to find if a file exists, would probably be:

FileExists()

My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
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...