n9mfk9 Posted January 3, 2005 Posted January 3, 2005 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
the_lord_mephy Posted January 3, 2005 Posted January 3, 2005 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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now