Paste number 6292: URL

Paste number 6292: URL
Pasted by: Almindor
When:5 years, 1 week ago
Share:Tweet this! | http://paste.lisp.org/+4US
Channel:None
Paste contents:
Raw Source | XML | Display As
program Urlizer

uses
  Process;
  
var Proc: TProcess;
begin
  Proc:=TProcess.Create(nil);
  Proc.CommandLine:='rundll32 url.dll,FileProtocolHandler '+'http://www.google.sk';
  Proc.Execute;
  Proc.Free;
end.

This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.