AutoHotkey Community

It is currently May 27th, 2012, 11:49 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Oddities in Help file
PostPosted: October 29th, 2005, 11:00 am 
Offline

Joined: February 7th, 2005, 11:11 am
Posts: 192
Location: Munich, Germany
In the help file the section "FileCreateShortcut" has somewhat mixed up, I think:
Code:
RunState In v1.0.24+, to have Target launched minimized or maximized, specify one of the following digits:

1: Normal (this is the default)
3: Maximized
7: Minimized

And below
Code:
You cannot define the window run-state to be "Minimized" or "Maximized"; the shortcuts always use "Normal."

And then something about IniWrite :!: :?:
Code:
IniWrite, http://www.google.com, C:\My Shortcut.url, InternetShortcut, URL

The following may be optionally added to assign an icon to the above:
IniWrite, <IconFile>, C:\My Shortcut.url, InternetShortcut, IconFile
IniWrite, 0, C:\My Shortcut.url, InternetShortcut, IconIndex

Hope it helps! :D

_________________
Peter

Wisenheiming for beginners: KaPeGe (German only, sorry)


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 30th, 2005, 1:16 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks, I removed the obsolete comment about Min/Max/Normal.

kapege.de wrote:
And then something about IniWrite
If you mean that IniWrite should be FileCreateShortcut, IniWrite is intentional. It's the means by which a special "URL shortcut" is created (a URL shortcut is a plain text file with a INI-style layout).

Thanks.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group