|
What this is
Other links
The source code
#!/usr/bin/env ruby
require "Win32/Console"
i = 0
begin
while i < 99
if i == 10
Win32::Console::GenerateCtrlEvent()
end
i = i.next
end
rescue Exception
end
puts "if i=10, then OK! i=#{i}"
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com