Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alert

Status
Not open for further replies.

donnie4564

IS-IT--Management
Jan 12, 2002
129
US
I basically receive a transmitted file in the format of a text file which when transmitted is dropped into a folder.

I have been given a 1 hour window to process these files and this forces me to constantly check this folder.

Does anyone know of a way to alert me that a file has been placed in the folder? I need, above all else, dependability.

Thanks for your help,
Donnie
 
write a script that checks for the existence of the text files, processes it appropriately, renames it with date/time stamp, and moves it to a new folder.

use the scheduler to run the script every 15 minutes (or whatever).

JTB
Have Certs, Will Travel
"A knight without armour in a [cyber] land."

 
Thanks for reply
So, how would this alert me that the file was moved or renamed?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top