September 3, 200422 yr Only I what to know what command I need to move a folder..I what to move:move %systemdrive%\driverz\ %systemdrive%\windows\I try that command but it did not work?
September 3, 200422 yr You can make it SFX file and put this in your comment.SFX:;The comment below contains SFX script commandsPath=.\%systemroot%\SavePathSilent=1Overwrite=1so when you can call it from your (runonceex or winnt.sif)
September 3, 200422 yr Author You can make it SFX file and put this in your comment.SFX:;The comment below contains SFX script commandsPath=.\%systemroot%\SavePathSilent=1Overwrite=1so when you can call it from your (runonceex or winnt.sif)I what to move the folders dont need SFX file..Windows Setup unpacks the drivers to that folder... I just what to move the folder once windows is install...
September 3, 200422 yr You may have to use the make directory command and then use copy or xcopy commands to complete you task.
September 3, 200422 yr Author You may have to use the make directory command and then use copy or xcopy commands to complete you task.I done it nowmove %systemdrive%\driverz %systemdrive%\windows\
September 3, 200422 yr You may have to use the make directory command and then use copy or xcopy commands to complete you task.copy > filesxcopy > folders
September 3, 200422 yr @Bâshrat the SneakyThanks for the distinction. I'll take note.@CrashUKGlad you worked it out.
September 3, 200422 yr It should work this way unless some files or folders inside driverz are in use by your system:move %systemdrive%\driverz %systemroot%
Create an account or sign in to comment