RAA - win32-shortcut/0.2.1

win32-shortcut / 0.2.1

Short description: Interface for creating or modifying Windows shortcuts
Category: Library/Win32
Status: stable
Created: 2004-09-29 01:47:21 GMT
Last update: 2007-07-29 14:59:01 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://rubyforge.org/projects/win32utils/
Download: http://rubyforge.org/frs/download.php/23358/win32-shortcut-0.2.1.zip
License: Ruby's
Dependency:
None
Description:
An interface for creating and/or modifying shortcuts on MS Windows.

== Synopsis ==

require 'win32/shortcut'
include Win32
	
Shortcut.new('c:\test.lnk') do |s|
   s.description = "test link"
   s.path = "c:\\winnt\\notepad.exe"
   s.show_cmd = Shortcut::SHOWNORMAL
   s.working_directory = "C:\\"
end
Versions: [0.2.3 (2009-08-07)] [0.2.2 (2008-07-10)] [0.2.1 (2007-07-29)] [0.2.0 (2006-10-31)] [0.1.4 (2005-07-17)] [0.1.3 (2005-06-10)] [0.1.2 (2005-03-01)] [0.1.1 (2005-02-13)] [0.1.0 (2004-09-29)]

Edit this project (for project owner)

back to RAA top