Jump to content

Copying Source Files to Disk...need help.


Recommended Posts

Ok, so I'm using the Source.bat and Source.reg files that have been posted to these boards, and it works great. However, it takes forever for the i386 folder to copy over. It keeps pausing after copying a few dozen files. I remember stuff like this used to happen in DOS, and the fix was to load Smartdrive.exe first, so the files would be cached.

So does anyone have a way to speed up the file copying process? BTW, I'm using the RunOnceEx.cmd method to copy these files...

REG ADD %KEY%\006 /VE /D "Copying Source Files to Windows Folder" /f
REG ADD %KEY%\006 /V 1 /D "%windir%\source.bat" /f

Link to comment
Share on other sites


Try copying your i386 directory to the $OEM$\$1 or $OEM$\c directory. The source files will be copied to your system drive during the textmode portion of Windows setup.

You can then use a .REG file to modify the registry to point to them.

The key is: HKLM\Software\Microsoft\WindowsNT\CurrentVersion\SourcePath

tguy

Link to comment
Share on other sites

If you make an additionnal copy of them, it will take extra space on your disc - unless you optimize your disc.

And I doubt it would be any faster. I mean, you still have as much data to copy from the CD to the HD... I haven't made any comparisions, but I doubt it changes the time noticeably.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...