HI All,
I have a issue where I want to create a script (VB or Batch file) that when a user runs the script it will copy files from Folder1 to Folder2.
Here's the rub.
I don't want the users to have access to Folder2, I need them to run the scipt so they can't move files in manually and it does a bit of logging as well.
I have two ideas but don't know how feasible they are:
The user calls the script but it runs under different permissions. How would I do this without the user seeing the account details.
The user runs a scipt that runs a scheduled job on the server. The scheduled job would then run under different privileges but the users don't have access to the server so there may be an issue running a scheduled task.
Any other ideas would be grateful.
THanks in advance
JoeOD