Differences
This shows you the differences between the selected revisions of the page.
2013-09-26 | 2013-10-10 | ||
Restored revision 1377847550. Undoing revision 1380208482. (martin) (hidden) | user profile folder on modern windows (martin) | ||
Line 543: | Line 543: | ||
You may want to have a script that synchronizes any local directory with a same-named subdirectory of fixed remote path, e.g.: | You may want to have a 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\username\www\forum'' with ''/home/user/www/forum''. | + | * ''c:\users\username\www\forum'' with ''/home/user/www/forum''. &winpath |
Such a script is particularly useful for integrating with Windows Explorer's 'Send To' menu. | Such a script is particularly useful for integrating with Windows Explorer's 'Send To' menu. | ||
Line 564: | Line 564: | ||
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:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo'', you can use //Send To > Your Shortcut// from context menu of any local directory. &winpath |
===== [[auto_compress_download]] Automatically compress files before download ===== | ===== [[auto_compress_download]] Automatically compress files before download ===== |