- Choose What Type Of Link
- Choose Destination
- Choose Source
--Button: MS-DOS Batch Function--
@echo off
mklink /{dlgstring|What Type Of Link?} "{dlgstring|Destination?}" "{dlgstring|Source?}"
--Button: MS-DOS Batch Function--
@echo off
mklink /{dlgstring|What Type Of Link?} "{dlgstring|Destination?}" "{dlgstring|Source?}"
6 posts were split to a new topic: Don't have Create Advanced Links in my toolbars
Thanks Leo. This is an awesome solution.