Jump to content

Send To > Storage Card


Recommended Posts

Guest username132
Posted

Is it possible to add a shortcut to the Storage Card on my C550 to the 'send to' menu in Windows?

Guest gpcarreon (MVP)
Posted

So basically you wanted a quick way to send files to the Storage Card using special 'links' on the Windows shell?

http://img475.imageshack.us/my.php?image=014pd.jpg

Try SendToMyMobile:

http://jimiandcie.perso.cegetel.net/Astuce...rVersMobile.htm

The SmartphoneCopy command will copy a selected file to \Storage\My Documents but I think with a little BAT editing, you can use \Storage Card as your target directory

@ECHO OFF

REM This batch was made by JimiAndCie

REM [url=http://jimiandcie.perso.cegetel.net/]http://jimiandcie.perso.cegetel.net/[/url]

:START_LOOP

IF null==null%1 GOTO END_LOOP

START /D"C:/Program Files/SendToMyMobile" SendToMyMobile.exe /S %1 "dev:\Storage\My Documents"

SHIFT

GOTO START_LOOP

:END_LOOP

;)

Guest username132
Posted

The program gives an error and closes down to quickly to read. Can you try this and see if you get the same thing?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.