Trying to Get my PSP to auto back up on VISTA PC

graeven

Distinguished
Mar 9, 2008
15
0
18,510
Okay so for a few days now I have been browsing the web in search of answers and being that you guy's here at Tom's have YET to let me down, here goes!

I have been trying to devise a way to auto backup my PSP (playstation portable) when I connect it to my PC, so far I have done some research and gotten it to auto load with both a custom "My Computer" icon and to rename the PSP in the My Computer File to something more unique than "Removable Storage", I have also learned a bit about "ROBOCOPY" in vista and have that running as well (after a lot of issues, and ONLY manually) but my main concern here is, is it possible to run a Windows Command Script in ADMIN mode from Auto run? My main goal is to get the PSP to auto run the ROBOCOPY script whenever it is plugged in. My file structure looks like this on my PSP:

[ L:\ ]
l - + PSP
l - + AUTORUN
l l - backup.cmd <------------------------------
l l - backupADMIN.cmd <- Shortcut to ^
l l - backup.log
l l - PSPKS.ico
l
l - AUTORUN.INF
l - MEMSTICK.IND
l - MSTK_PRO.IND

___________________________________
AUTORUN.INF contains:

[autorun]
icon=PSPKS.ico
label=PSP-1001b2
open=.\Autorun\BackupADMIN.exe
includeRuntimeComponents=True
open=.\Autorun\PSPKS.ico
___________________________________
BACKUP.CMD contains:

ROBOCOPY "L:\PSP" "D:\PSP Backup"
/COPYALL /MIR /S /XA:SH /XD /XF /XJ
/R:12 /W:5 /V /NP /LOG:Backup.log
Pause.
___________________________________

When I plug in my PSP nothing happens! lol, I am getting really frustrated with this and need some help!
THANKS IN ADVANCE!