Hello.
I was looking into a way to automatically update a link via something similar to a batch file (simply click & go). Now the complete process would be as follows.
Step 1: Pull files from drive A:
Step 2: Copy files to Drive B:
I can do steps 1 & 2 via a batch file. That's not a problem.
Step 3: The files are named by number (1, 2, 3, etc). I would like the script to update my file (txt &/or HTML) to add the latest number.
Example: www . 1 . com
If I ran the script tomorrow, the script would automatically change the file to
www . 2 . com
Then www . 3 . com the following day.
I am using this for a work project & has nothing to do with domains. That was just the easiest way to show the change. If anyone knows of the best way to do this, please let me know.
My skills are: html, php, sql, pearl, & java. If anyone has another language pelase don't hesitate to suggest as I am sure I can make a quick work around none the less.
Thanks for your time.
I was looking into a way to automatically update a link via something similar to a batch file (simply click & go). Now the complete process would be as follows.
Step 1: Pull files from drive A:
Step 2: Copy files to Drive B:
I can do steps 1 & 2 via a batch file. That's not a problem.
Step 3: The files are named by number (1, 2, 3, etc). I would like the script to update my file (txt &/or HTML) to add the latest number.
Example: www . 1 . com
If I ran the script tomorrow, the script would automatically change the file to
www . 2 . com
Then www . 3 . com the following day.
I am using this for a work project & has nothing to do with domains. That was just the easiest way to show the change. If anyone knows of the best way to do this, please let me know.
My skills are: html, php, sql, pearl, & java. If anyone has another language pelase don't hesitate to suggest as I am sure I can make a quick work around none the less.
Thanks for your time.