home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-16 | 1.3 KB | 64 lines |
- [INFO]
-
- DisplayName = "Folder Shortcut"
- Author = "Lizardsoft"
-
- Description = "Opens specified folder in a Windows explorer window."
-
- [@SETTINGS]
- @IncStart = 1
-
- @template = EditTemplate.DisplayName
- @template = EditTemplate.NewRow
-
- [@INC]
- {Setting}
-
- Name = "Location"
- Type = "File"
- DisplayName = "Folder Path"
- Description = "This is the full path of the folder you wish to open."
-
- [@INC]
- {Setting}
-
- Name = "ShellVerb"
- Type = "SingleSelect"
- DisplayName = "Display Style"
- Description = "Type of folder view requested."
- Choice1Name = "Explorer"
- Choice1Value = "explore"
- Choice2Name = "My Computer"
- Choice2Value = "open"
-
-
- [APPSTARTTYPE]
- DisplayName = "Show Type"
-
- @template = EditTemplate.NewRow
- @template = EditTemplate.AppStartType
-
- @template = EditTemplate.NewRow
- @template = EditTemplate.Position
- @template = EditTemplate.NewRow
- @template = EditTemplate.Alignment
-
-
- [DEFAULTSETTINGS]
-
- ' Default position
- XPos = "2"
- YPos = "0"
- HorzAlignType = "relative"
- HorzAlign = "left"
- VertAlignType = "absolute"
- VertAlign = "center"
-
- AppStartType = "normal"
- ShellVerb = "explore"
-
- Gfx = "Button.Icon"
-
- GlyphWidth = "16"
- GlyphHeight = "16"
- DisplayName = "Folder Shortcut"