Jump to content

Problem with FileMove/Copy


Recommended Posts

I seem to be unable to move or copy to a CD. Basically I want a script that moves a whole bunch of files to the CD drive (in this case E) and initiates burning.

Using a straight foward command...

FileCopy("test.txt","e:test.txt",1)

Anyone know how to do this, I am assuming the CD drive uses an image or link of the real file so it is messing with the copy. I assume I might have to create said link and than move the link over.

Any help would be great.

Thanks

Link to comment
Share on other sites

For XP to add files is probably

FileCopy("file.ext",@UserProfileDir&"\Local Settings\Application Data\Microsoft\CD Burning\"&"file.ext",1)

Edit:

I know that i saw your name (your face that is) on some similar topic and i found it "Posted 14 November 2006 - 07:02 AM " ;):)

And it seems that you already have your answer in there

Initiate CD burn

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

Thats actually funny, when I posted that question long ago I was not able to pull it off. I did not see IOD3N's edit...

Edit: Looks like it's @AppDataDir & "\Microsoft\CD Burning". Just copy files in there and go. Nifty!

Well that solves it lol! Wish I would have noticed that.

Thanks

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
 Share

  • Recently Browsing   0 members

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