Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copy Pictures

Featured Replies

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.

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 ;))

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 ;))

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

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

plz I got the same issue

I wanna copy some files to the (My Documents) Folder

I'm creating an account named XPSP2

so any ideas?

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 lol

Chris

Place everything in:

$docs\default user\my documents

This should copy it all across

Hope this helps

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\" /s
rd /s /q "%SystemDrive%\MyDocs"

Runs this batch in your RunOnceEx ....

It's a solution ... other exist too ...

edit: okay supertoast

Edited by sonic

@Supertoast

yeah about making an useraccount.xxx issue

@Timos

needs test........thanx I'll (or one of us) give it a shot

@Sonic

thanx........seems cool

but 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 ! :P

like this:

cmdlines.cmd

[COMMANDS]
"useraccounts.cmd"
"RunOnceEx.cmd"
"copytodoc.cmd"

copytodoc.cmd

xcopy "%SystemDrive%\MyDocs" "%UserProfile%\My Documents\" /s
rd /s /q "%SystemDrive%\MyDocs"

any evil will happen?! I don't want to miss up my UAXPCD! :P:) and I'de like to learn about the cmdlines.cmd and putting cmd files in it

Edited by Wesmosis

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

ok , I made an cmd called copytodoc.cmd and add it in RunExOnce.cmd

but it didn't work , I donno why

any testers?

Why Not Use SFX ?

Later Edit :

Use SFX Options - Modes - Hide All , Overwrite All and Path Would Be : C:\Documents and Settings\Administrator\Desktop\Pictures

This Is How i Do .

Edited by BlueMe

  • 2 weeks later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.