NewsArchive
02-27-2010, 03:23 AM
This is one of many script lines that copy the installed files to another
location:
Copy File(s) from "%_SB_INSTALLDIR%\C70RUN.dll" to "%NET_UPDATE_DIR%"
This command takes a very long time to run - measured in several minutes,
far longer than windows explorer or even a DOS window would do. It also
makes either very sluggish when a copy operation is pending. I even tried
wildcards, which do work, but take an equally long time to complete.
The install will eventually finish OK. Is there something about the copy
file command I'm not doing? What has me scratching my head is that
installing happens very fast - but copying does not. Surely they should be
the same or similar code under the covers? I've also set the copy command
to always overwrite.
Is there are way to set up a second install file operation instead? I do
need to make copies of whatever was installed at the end of the overall
install process.
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm
location:
Copy File(s) from "%_SB_INSTALLDIR%\C70RUN.dll" to "%NET_UPDATE_DIR%"
This command takes a very long time to run - measured in several minutes,
far longer than windows explorer or even a DOS window would do. It also
makes either very sluggish when a copy operation is pending. I even tried
wildcards, which do work, but take an equally long time to complete.
The install will eventually finish OK. Is there something about the copy
file command I'm not doing? What has me scratching my head is that
installing happens very fast - but copying does not. Surely they should be
the same or similar code under the covers? I've also set the copy command
to always overwrite.
Is there are way to set up a second install file operation instead? I do
need to make copies of whatever was installed at the end of the overall
install process.
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm