|
Below is the syntax of my script. It does not rename the two oracle files that are located on the workstations at this folder "c:\oracle\oracore\".
What could be the reason why my MOVE command is not working?? Is it because I do not have the correct version of KIXTART running on my domain controller??
Does anyone know where I can go to see the version of KIXTART I have, and if I do have an old version, how can I upgrade it??
Could someone look at my script and see if there is anything wrong with it. It looks damn simple but when I run this nothing happens. Any help would be very much appreciated.
Color m+/n ? "renaming oracle files.................." move "c:\oracle\ora92\oracore\time*.dat" "c:\oracle\ora92\oracore\time*.bak" /c ? "Renaming old Oracle Files Completed....." ? "Copying New Oracle Files................" COPY @LSERVER + "\Netlogon\Utility\DST\timezone.dat" "c:\oracle\ora92\timezone.dat" /c COPY @LSERVER + "\Netlogon\Utility\DST\timezlrg.dat" "c:\oracle\ora92\timezlrg.dat" /c ? "Copying New Oracle files completed......"
|