ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Sync Network Folder Contents as Shortcuts

<< < (2/6) > >>

brett:
Take 2, after some sleep :)

Shortcut Maker
creates around 80 shortcuts per second on my PC.



v1a
Added
- Select a folder.  Target and Destination
- Delete All short-cuts in Destination Folder
- Drag and Drop auto creates in the Destination Directory
- Status bar informs how many Shortcuts created.
- Filter for *.* *.mp3 *.doc *.pdf *.jpg

and still learning as I go, so any other suggestions welcome.


Thanks
dB

kimmchii:
great job dB :up:

i get this error with .ahk version, exe is ok.

and can you add *.exe to the list? thanks.


--- ---Shortcut Maker v1a.ahk
========================

  Error: Parameter #2 invalid

Specifically: Statusbar

Line#
013: Gui,add,edit,xs w430 vdestchoice,%A_ScriptDIR%
014: Gui,Add,GroupBox,xm w450 r2.3,Actions
015: Gui,add,button,xp+10 yp+15 w220 gmakeshortcuts section,&Make All Shortcuts
016: Gui,add,button,x+5 gdeleteshortcuts,&Delete Shortcuts
017: Gui,add,button,x+5 gGuiclose,&Quit && Exit
018: Gui,Add,GroupBox,xm w450 r3.3,Commands
019: Gui,Add,Text,xp+10 yp+15 r4 w430 CENTER Section vlog ReadOnly,Drag && Drop files right here onto the GUI
This will to Auto create shortcuts to the destination folder.

F11=Show          F12=Hide           ESC=Quit
---> 020: Gui,Add,Statusbar,

The program will exit.

brett:
Hi Kimmchii

- error with AHK is caused by old version of AHK. Latest version allows for Status bar and Treeviews.
May 14, 2006   Version 1.0.44 introduces two new GUI controls: TreeView and StatusBar.
Update and all will be good.

Shortcut Maker V1b
- added *.exe

Thanks
dB

kimmchii:
thanks dB, Shortcut Maker works great now, and very fast too.

one small problem, if there are 2 files with the same name, ie.

F:\ttt\1.wma
F:\ttt\ddd\1.wma

it will overwrite the shortcut and end up with only one shortcut, is there a solution to this ? may be name the second shortcut 1(1).wma and so on? thanks again.

gsull:
I'm having trouble running any of the exe's.  Are there any required libraries or anything?  I don't have ahk installed, I'll try that now.

The first exe says "memory allocation error, system halted."

The v1a and b ones get me this:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version