Board logo

标题: 加什么参数使windows下的窗口最小化运行呢? [打印本页]

作者: 电吉入侵     时间: 2003-6-18 00:00    标题: 加什么参数使windows下的窗口最小化运行呢?
如题...

作者: minisheep     时间: 2003-6-18 00:00
win键+D

作者: 电吉入侵     时间: 2003-6-18 00:00
是自动最小化运行啊....

作者: baobolz     时间: 2003-6-25 00:00
START program
START document.ext

/m Run the new program minimized (in the background).
/max Run the new program maximized (in the foreground).
/r Run the new program restored (in the foreground).
/w Does not return until the other program exits.