Jump to content

Recommended Posts

Posted

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?


Posted

You can make it SFX file and put this in your comment

.SFX:

;The comment below contains SFX script commands

Path=.\%systemroot%\

SavePath

Silent=1

Overwrite=1

so when you can call it from your (runonceex or winnt.sif)

Posted
You can make it SFX file and put this in your comment

.SFX:

;The comment below contains SFX script commands

Path=.\%systemroot%\

SavePath

Silent=1

Overwrite=1

so 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...

Posted

You may have to use the make directory command and then use copy or xcopy commands to complete you task.

Posted
You may have to use the make directory command and then use copy or xcopy commands to complete you task.

I done it now

move %systemdrive%\driverz %systemdrive%\windows\

Posted

It should work this way unless some files or folders inside driverz are in use by your system:

move %systemdrive%\driverz %systemroot%

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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