As always, Thanks for all of your help.
Jim
This post has been edited by Jimbeau: 26 July 2005 - 09:44 AM
Posted 26 July 2005 - 09:43 AM
This post has been edited by Jimbeau: 26 July 2005 - 09:44 AM
Posted 26 July 2005 - 01:52 PM
Result = oshell.Popup("Please Wait Configuration In Progress", 2, "Tasks=6", 64)
If filesys.FolderExists("E:\I386") Then
filesys.CopyFolder "E:\I386","c:\"
End If
If filesys.FolderExists("D:\I386") Then
filesys.CopyFolder "D:\I386","c:\"
End If
Posted 26 July 2005 - 04:39 PM
Posted 27 July 2005 - 09:04 AM
Posted 27 July 2005 - 03:43 PM
Posted 28 July 2005 - 11:35 AM
sonic, on Jul 27 2005, 05:43 PM, said:
Posted 28 July 2005 - 11:55 AM
Posted 28 July 2005 - 07:56 PM
@ECHO OFF cmdow @ /HID TITLE=CDSource2Drive if %OS%==Windows_NT goto START goto END :START set SOURCE= for %%d in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%d:\I386 set SOURCE=%%d:\ if "%SOURCE%"=="" goto ERROR if NOT EXIST "C:\WINDOWS\I386" (mkdir "C:\WINDOWS\I386") ELSE (goto END) xcopy "%SOURCE%\I386\*" "C:\WINDOWS\I386" /D /E /V /C /I /H /R /K /Y SET KEY="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" REG ADD %KEY% /v Installation Sources /t REG_MULTI_SZ /d C:\\WINDOWS\\I386 /f REG ADD %KEY% /v SourcePath /t REG_SZ /d C:\\WINDOWS\\I386\\ /f REG ADD %KEY% /v ServicePackSourcePath /t REG_SZ /d C:\\WINDOWS\\I386\\ /f REG ADD %KEY% /v CDInstall /t REG_DWORD /d 00000001 /f goto END :ERROR echo Was unable to locate the Windows CD files? > "%TMP%\message" echo. >> "%TMP%\message" echo (Make Sure The Windowz CD Is Inserted Into The Drive?) >> "%TMP%\message" type "%TMP%\message" | msg %username% /TIME:25 /W if EXIST "%TMP%\message" del /F /Q "%TMP%\message" :END EXIT
This post has been edited by mywindow: 28 July 2005 - 08:05 PM
Posted 29 July 2005 - 06:31 AM
sonic, on Jul 27 2005, 06:43 PM, said:
Posted 29 July 2005 - 11:57 AM
Nilfred, on Jul 29 2005, 06:31 AM, said:
This post has been edited by sonic: 29 July 2005 - 11:58 AM
Posted 29 July 2005 - 12:11 PM
-o optimize storage by encoding duplicate files only once -oc slower duplicate file detection using binary comparisons rather than MD5 hash values -oi ignore diamond compression timestamps when comparing files -os show duplicate files while creating image (-o options can be combined like -ocis)