Guest username132 Posted March 7, 2006 Report Posted March 7, 2006 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 March 7, 2006 Report Posted March 7, 2006 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 March 7, 2006 Report Posted March 7, 2006 The program gives an error and closes down to quickly to read. Can you try this and see if you get the same thing?
Guest gpcarreon (MVP) Posted March 7, 2006 Report Posted March 7, 2006 No error for me. You can try these other alternatives: http://smartphone.modaco.com/index.php?showtopic=94921 http://www.gpcarreon.com/?p=28 MobSync is useful for bulk syncing of files. You can also specify the target WinCE directory.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now