home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 January
/
PCWELT_1_2006.ISO
/
pcwsoft
/
autoit-v3-setup.exe
/
Examples
/
FileCreateShortcut.au3
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-09-22
|
236 b
|
3 lines
; Sets a shortcut with ctrl+alt+t hotkey
FileCreateShortcut(@WindowsDir & "\Explorer.exe",@DesktopDir & "\Shortcut Test.lnk",@WindowsDir,"/e,c:\", "This is an Explorer link;-)", @SystemDir & "\shell32.dll", "^!t", "15", @SW_MINIMIZE)