Hello DBA's:

A question on calling scripts between 2 NT boxes

I have a script in box#1 (Win NT, env Ora 7.3.4)
d:\dir1\subdir1\script1.cmd

I want to add another script name using "call" in the last line of this script.But the script to be called is in box#2. The path is
d:\dir1\sdir1\script2.cmd (box#2, win 200o AS, Ora 817)

Logic is to map the box. Then call the script. After job successfully done then de-link. This happens everyday. How do I do this in Windows environment? I guess I should use "net use"

Thanks, ST2000