Differences
This shows you the differences between the selected revisions of the page.
| 2009-04-10 | 2009-04-10 | ||
| synchronize_any (martin) | syntax (martin) | ||
| Line 145: | Line 145: | ||
| You may want to have script that synchronizes any local directory with a same-named subdirectory of fixed remote path, e.g.: | You may want to have script that synchronizes any local directory with a same-named subdirectory of fixed remote path, e.g.: | ||
| * ''c:\www\gallery'' with ''/home/user/www/gallery''; | * ''c:\www\gallery'' with ''/home/user/www/gallery''; | ||
| - | * ''c:\documents and settings\martin\www\forum'' with ''/home/user/www/forum'. | + | * ''c:\documents and settings\martin\www\forum'' with ''/home/user/www/forum' |
| Such script is particularly useful for integrating with Windows Explorer's 'Send To' menu. | Such script is particularly useful for integrating with Windows Explorer's 'Send To' menu. | ||
| Line 168: | Line 168: | ||
| Then you can make a shortcut to the batch file: | Then you can make a shortcut to the batch file: | ||
| * When placed on desktop, you can drop any local directory to it to start synchronization; | * When placed on desktop, you can drop any local directory to it to start synchronization; | ||
| - | * When placed to ''C:\Documents and Settings\username\SendTo'', you can use //Send To > Your Shortcut'' from context menu of any local directory. | + | * When placed to ''c:\documents and settings\username\sendto'', you can use //Send To > Your Shortcut'' from context menu of any local directory. |