Hi
Is there any way to do if/then/else statements in the scripts?
I would like to do some syncing, but want to make sure it only happens at my own computer. I'm thinking along the lines of:
If @computername@=XXX Then Sync MyJob
Then I could load the script from the autorun.inf, and it would only run on my own pc.
- Kirk