move window 命令示例

下面示例中,在定义和激活名为 menter 的窗口之后,移动它。

define window wenter from 10,4 to 15,54 system ;
title "nomadic window"
activate window wenter 
wait window 'press any key to move the window'
move window wenter to 20,15
wait window 'press any key to center the window'
move window wenter center
wait window 'press any key to release the window'
release window wenter