anandtugaon
January 16th, 2008, 05:24 AM
Hi,
We are write the following script, for download the files
---------------------------------code------------------------------------------------------
xcopy \\Anandcol2k45s01\Anand \files\*.fmx c:\forms10g\forms90\ /y >>c:\spinquotelogfile.txt
xcopy \\Anandcol2k45s01\Anand \files\*.mmx c:\forms10g\forms90\ /y >>c:\spinquotelogfile.txt
xcopy \\Anandcol2k45s01\Anand \files\*.exe c:\forms10g\forms90\ /y >>c:\spinquotelogfile.txt
-------------------------------------------------------------------------------------------
But when network is slow the file is not copy the to local system.
Please suggest How will copy the files to local system when network is slow.
i mean wait the process until copy the files to local system. when network is slow.
Thanks,
Anand
We are write the following script, for download the files
---------------------------------code------------------------------------------------------
xcopy \\Anandcol2k45s01\Anand \files\*.fmx c:\forms10g\forms90\ /y >>c:\spinquotelogfile.txt
xcopy \\Anandcol2k45s01\Anand \files\*.mmx c:\forms10g\forms90\ /y >>c:\spinquotelogfile.txt
xcopy \\Anandcol2k45s01\Anand \files\*.exe c:\forms10g\forms90\ /y >>c:\spinquotelogfile.txt
-------------------------------------------------------------------------------------------
But when network is slow the file is not copy the to local system.
Please suggest How will copy the files to local system when network is slow.
i mean wait the process until copy the files to local system. when network is slow.
Thanks,
Anand