1.

Solve : Copy to new drive?

Answer»

Okay i CANT figure this one out. I want to copy the contents of a folder to a folder on my psp and then delete what has been COPIED. Basicaly i want it moved from the psp folder on my desktop to the music folder on my psp. But i dont want to specify what is to be copied. I just want all the files moved to the PSPCopy "E:\foldername"
del "E:\foldername" /f /s

Try that. Yeah that pretty much helped. After working at it to figure it out I got:

Code: [Select]Copy music k:\music
del music /f /s
thanxokay now how do i make it so that it doesnt ask if i want to delete the folder? i still want it to just not to askCode: [Select]Copy music k:\music
del music /f /s /q
/q puts it in Quiet Mode so it will automatically delete it WITHOUT the prompt.thanx alot it works greatCan I get this to run automatically every time the K: drive is connected? And if I can how?I don't KNOW but this might work.

In notepad:

Code: [Select][arutorun]
open=file.bat
save that as autorun.inf and put it in the root of the removable drive.no i dont think that worked. but thanx anyway@Gamerx365, I'd like to know what programming language(s) are taught at your school, is batch one of them?haha all they teach at my school is typing and msword. at least so FAR but im going into the high school in about a monthWe don't learn any programming languages at my school (and i'm in year 10)
Although my class was the first class to test our new school website....yeah im going into 10th and i think my only computer class is msoffice. and i have graphic communications whatever that is lol



Discussion

No Comment Found