You might be able to use the ? or * in the script when it runs, so it would search for the file named c:\socketlog*.txt or c:\socketlog?.txt. The first searches for anything in place of the *, which could be 1 character, or 200. The second does only 1 character in its position. That would eliminate needing to include all the extra possiblities (1 - 1,000+) My choice would be the second, as it would eliminate other files that may be similar in name. I can't say for sure that it would work, but I would think that it would.
Thomas ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
