I have the following requirements:
On my scheduler,
o In the morning, I have a job to use 'net use' to mapped to a number of servers
o From morning to evening time, I have jobs to copy files from time to time from one mapped drive to another.
o In the evening, I want a job to delete all mapped drives.
The problem is that everytime the job is kicked off from the scheduler, the mapped drives is valid for that particular session only.
Qn : How can I retain the mapped drives when I logged off or quit a scheduled job, so that other jobs can use it?
Is this possible technically?
Thanks in advance
cavie
On my scheduler,
o In the morning, I have a job to use 'net use' to mapped to a number of servers
o From morning to evening time, I have jobs to copy files from time to time from one mapped drive to another.
o In the evening, I want a job to delete all mapped drives.
The problem is that everytime the job is kicked off from the scheduler, the mapped drives is valid for that particular session only.
Qn : How can I retain the mapped drives when I logged off or quit a scheduled job, so that other jobs can use it?
Is this possible technically?
Thanks in advance
cavie