|
Thanks for your replies.
What indicates the arrival of a new file?
That is something I also need help with.
A windows scheduler perhaps?
What I need is more like this:
1. Watch a folder.
2. When any file arrives, create a directory using the file name as the new directory name. Created at: Domain/Folders/filename/file
3. Create a file named download.html, with this in this file:
html
body
a href = http : // domain name/Folders/filename/file
body
html
4. Store download.html in Folders/filename
5. Copy file from Watched Folder to C:/Output
6. Delete file from Watched Folder
Can this be done with an executable and a scheduler?
If so, can someone help me with an executable, please?
thanks
|