CrashUK Posted September 3, 2004 Posted September 3, 2004 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?
mssaad66 Posted September 3, 2004 Posted September 3, 2004 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)
CrashUK Posted September 3, 2004 Author Posted September 3, 2004 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...
MHz Posted September 3, 2004 Posted September 3, 2004 You may have to use the make directory command and then use copy or xcopy commands to complete you task.
CrashUK Posted September 3, 2004 Author Posted September 3, 2004 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\
Bâshrat the Sneaky Posted September 3, 2004 Posted September 3, 2004 You may have to use the make directory command and then use copy or xcopy commands to complete you task.copy > filesxcopy > folders
MHz Posted September 3, 2004 Posted September 3, 2004 @Bâshrat the SneakyThanks for the distinction. I'll take note.@CrashUKGlad you worked it out.
mazin Posted September 3, 2004 Posted September 3, 2004 It should work this way unless some files or folders inside driverz are in use by your system:move %systemdrive%\driverz %systemroot%
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now