Jump to content

Copy folders to desktop in $OEM$?


Guest PieSoup

Recommended Posts

Guest PieSoup

I have tried to make a few folders on the desktop by making $Docs/Administrator/Desktop/bla, but when I acculy install the copy of xp, all the real Administrator folder is in a folder call Administrator.COMPUTER, I have tried putting the folders in there, but it just created Administrator.COMPUTER.001, so my question is, is it possible to use the $OEM$ folder to make folders on the desktop? :blink:

Link to comment
Share on other sites


You should be able to write a simple batch file using the variable for the %userprofile%\desktop to get it on there.

Just modify this command below using that to grab the source files from the CD.

(Oh and you'd need to put a copy of robocopy in your system32 folder inside $OEM$ as it doesnt come with the OS as standard)

@ECHO OFF
for %%i 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 %%i:\i386 SET cdrom=%%i:
robocopy %CDROM%\I386 %windir%\I386 /MIR /V
exit

Edited by Lagerstars
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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