Jump to content

Recommended Posts

Posted

Hi I want to create a directory in my C drive and transfer my mp3s there during my unattended setup. I am using batch script and I was wondering if anyone can help with this script.

thank you


Posted

I cannot seem to write the script to do create the directory and copy the files.

This is what i write

echo.

start md Mp3

copy %systemdrive%\install\mp3 c:\mp3

the result is a "folder cannot be created"

faulty syntax.

please help

Posted (edited)

Use this to create the directory first.

MD %systemdrive%\mp3

Edited by MHz
Posted (edited)

You could just use the built in Xcopy

XCOPY %SYSTEMDRIVE%\install\mp3 %SYSTEMDRIVE%\mp3 /ECIQHY

However, why all the bother, just place the mp3 folder directly into \$OEM$\$1

Edited by Yzöwl

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