CrashUK Posted September 3, 2004 Share 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? Link to comment Share on other sites More sharing options...
mssaad66 Posted September 3, 2004 Share 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) Link to comment Share on other sites More sharing options...
CrashUK Posted September 3, 2004 Author Share 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... Link to comment Share on other sites More sharing options...
MHz Posted September 3, 2004 Share Posted September 3, 2004 You may have to use the make directory command and then use copy or xcopy commands to complete you task. Link to comment Share on other sites More sharing options...
CrashUK Posted September 3, 2004 Author Share 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\ Link to comment Share on other sites More sharing options...
Bâshrat the Sneaky Posted September 3, 2004 Share 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 Link to comment Share on other sites More sharing options...
MHz Posted September 3, 2004 Share Posted September 3, 2004 @Bâshrat the SneakyThanks for the distinction. I'll take note.@CrashUKGlad you worked it out. Link to comment Share on other sites More sharing options...
mazin Posted September 3, 2004 Share 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% Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now