August 14, 200521 yr Does anyone know how to copy all of my picture into the "My Documents\My Pictures" folder so they're there when the install is done?Any help would be appreciated.
August 14, 200521 yr yeah use the $OEM$ folder structure then use $Docs\Your username\My Documents\My Pictures (if anyone knows a more optimal way please correct me )
August 15, 200521 yr yeah use the $OEM$ folder structure then use $Docs\Your username\My Documents\My Pictures (if anyone knows a more optimal way please correct me )<{POST_SNAPBACK}>it's doesn't work ... in fact, I have already test this but when my batch creates users, it creates a folder MyUserName.xxxx ... finally I use $1 folder and a batch to copy files to other folders ....
August 15, 200521 yr Author What I was wondering is if I could do it with it a batch file or with RunOnceEx as once I'm auto-logged on the folder "C:\Documents and Settings\Dan\My Documents\My Pictures" will have already been created.
August 15, 200521 yr plz I got the same issueI wanna copy some files to the (My Documents) FolderI'm creating an account named XPSP2so any ideas?
August 15, 200521 yr It's making another directory MyUserName.xxxx because (I think) you are creating the directory structure before the install makes them, therefor it recognises that folder already exists and makes that obscure folder instead.I am having this problem and doing anything like that from a cmd/bat file run from the GuiRunOnce section of my winnt.sif file.Well, that's my plan anyway lolChris
August 15, 200521 yr Place everything in:$docs\default user\my documentsThis should copy it all acrossHope this helps
August 15, 200521 yr In your $OEM$ make directory called $1 , and make another MyDocs for example. Just copy the content in the MyDocs.Creates a batch file contains :xcopy "%SystemDrive%\MyDocs" "%UserProfile\My Documents\" /srd /s /q "%SystemDrive%\MyDocs"Runs this batch in your RunOnceEx ....It's a solution ... other exist too ...edit: okay supertoast Edited August 15, 200521 yr by sonic
August 15, 200521 yr @Supertoastyeah about making an useraccount.xxx issue@Timosneeds test........thanx I'll (or one of us) give it a shot@Sonicthanx........seems coolbut just to learn something........what if I make cmd file called copytodoc.cmd and then put in cmdlines instead of RunExOnce.cmd!BTW, YOU FOR GOT THE (%) AFTER %USERPROFILE ! like this:cmdlines.cmd[COMMANDS]"useraccounts.cmd""RunOnceEx.cmd""copytodoc.cmd"copytodoc.cmdxcopy "%SystemDrive%\MyDocs" "%UserProfile%\My Documents\" /srd /s /q "%SystemDrive%\MyDocs"any evil will happen?! I don't want to miss up my UAXPCD! and I'de like to learn about the cmdlines.cmd and putting cmd files in it Edited August 15, 200521 yr by Wesmosis
August 15, 200521 yr @Wesmosis:You should run in RunOnceEx because cmdlines runs @ T-12 ... no user logged yet ... you must login with the user (and with the good My Documents).note: Each user has each My Documents ...
August 15, 200521 yr ok , I made an cmd called copytodoc.cmd and add it in RunExOnce.cmdbut it didn't work , I donno whyany testers?
August 23, 200521 yr Why Not Use SFX ?Later Edit :Use SFX Options - Modes - Hide All , Overwrite All and Path Would Be : C:\Documents and Settings\Administrator\Desktop\PicturesThis Is How i Do . Edited August 23, 200521 yr by BlueMe
Create an account or sign in to comment