Window creation

From Rosetta Code
Revision as of 19:41, 15 January 2007 by 207.74.29.206 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Window creation
You are encouraged to solve this task according to the task description, using any language you may know.

mIRC

Compiler: mIRC

Bold textSwitches: C = Center Window p = Picture Window d = Desktop Window

alias CreateMyWindow {
 .window -Cp +d @WindowName 600 480
}