|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
『楼 主』:
求助!大侠帮忙~关于DOS窗体最小化问题!
使用 LLM 解释/回答一下
什么命令能使启动的DOS窗体最小化??谢谢~在线等!
What command can minimize the started DOS window?? Thanks~ Waiting online!
|
|
2004-8-7 00:00 |
|
|
wchong
银牌会员
    
积分 1186
发帖 510
注册 2004-7-30
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
在WINDOWS下可使用ALT+ENTER
In Windows, you can use ALT+ENTER
|
|
2004-8-7 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
哦,这个我知道,我不是用WINDOWS下的什么键,是想做一个批处理,问问有没有什么命令能够使窗体启动时自动最小化,或是在后台运行,只要看不见就行!谢谢了~
Oh, I know this. I'm not using any key under WINDOWS, but want to make a batch file. Ask if there are any commands that can make the window minimize automatically when starting or run in the background, as long as it's not visible! Thanks.
|
|
2004-8-7 00:00 |
|
|
nre
银牌会员
     nre
积分 1210
发帖 361
注册 2002-12-28
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
建个快捷方式,右键 属性 程序 运行 最小化。
Create a shortcut, right - click **Properties**, in the **Program** section, set **Run** to **Minimized**.
|

Teamwork ! |
|
2004-8-8 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
我建的批处理文件,好想不能最小化吧??
The batch file I created, it seems like it can't be minimized?
|
|
2004-8-8 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
|
2004-8-8 00:00 |
|
|
nre
银牌会员
     nre
积分 1210
发帖 361
注册 2002-12-28
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
把批处理也建个快捷方式。
Create a shortcut for the batch file as well.
|

Teamwork ! |
|
2004-8-9 00:00 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
START xxx /M 就可以,xxx是程序名。
START xxx /M 就可以,xxx是程序名。
START xxx /M is enough, where xxx is the program name.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2004-8-9 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
还是弄不明白!看来我很笨啊~我有给程序是开机后自动拨号的,程序名是“aotolink,bat”存放的路径是启动里!内容是“Rasdial ADSLsmn 用户名 密码”麻烦大侠帮忙做一下!要求开机自动运行,而且不显示在桌面上,麻烦大侠们了~~~谢谢~~
Still don't understand! It seems I'm very stupid~ I have a program that automatically dials after booting. The program name is "aotolink.bat" and the storage path is in the startup! The content is "Rasdial ADSLsmn username password". Please help me do it! The requirement is to run automatically at boot and not be displayed on the desktop. Please help, thank you~~~
|
|
2004-8-10 00:00 |
|
|
autoit
系统支持
            
积分 904
发帖 339
注册 2002-10-10 来自 厦门
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
用8楼兄的方法试试....建立Moden.bat和aotolink.bat放在同一目录,建立Moden.bat快捷方式在启动里Moden.bat 内容:
Start /B aotolink.bat
Try the method from Brother 8... Create Moden.bat and aotolink.bat in the same directory, create a shortcut of Moden.bat in the startup. The content of Moden.bat:
Start /B aotolink.bat
|

joomla! Autoit! |
|
2004-8-10 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
/B??怎么一会/B,一会/M的??到底是哪一个啊?
/B?? Why is it /B one moment and /M the next?? Which one is it exactly?
|
|
2004-8-11 00:00 |
|
|
autoit
系统支持
            
积分 904
发帖 339
注册 2002-10-10 来自 厦门
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
启动另一个窗口运行指定的程序或命令。
START
"title" 在窗口标题栏中显示的标题。
path 起始目录
B 在不创建新窗口的情况下开始应用程序。 除非
启动 ^C 处理,否则该应用程序会忽略 ^C 处理;
^Break 是唯一可以中断该应用程序的方式
I 新环境是传递给 cmd.exe 的原始环境,
而不是当前环境
MIN 开始时窗口最小化
MAX 开始时窗口最大化
SEPARATE 在分开的空间内开始 16 位 Windows 程序
SHARED 在分共享的空间内开始 16 位 Windows 程序
LOW 在 IDLE 优先级类别开始应用程序
NORMAL 在 NORMAL 优先级类别开始应用程序
HIGH 在 HIGH 优先级类别开始应用程序
REALTIME 在 REALTIME 优先级类别开始应用程序
ABOVENORMAL 在 ABOVENORMAL 优先级类别开始应用程序
BELOWNORMAL 在 BELOWNORMAL 优先级类别开始应用程序
WAIT 启动应用程序并等候它结束
command/program
如果是内部 cmd 命令或批文件,那么该命令处理器是
用 /K 命令选项运行 cmd.exe 的。这表示该窗口在命令运行
后仍然存在。 如果不是内部 cmd 命令或批文件,则是一个程序,并
作为窗口应用程序或控制台应用程序运行。 parameters 这些为传送到命令/程序的参数
如果命令扩展名被启用,通过命令行或 START 命令的外部命令
调用会如下改变:将文件名作为命令键入,非可执行文件 可以通过文件关联调用。
(例如, WORD.DOC 会调用跟 .DOC 文件扩展名关联的应用程序)。
关于如何从命令脚本内部创建这些关联,请参阅 ASSOC 和
FTYPE 命令。执行的应用程序是 32-位 GUI 应用程序时,CMD.EXE 不等应用
程序终止就返回命令提示。如果在命令脚本内执行,该新行为
则不会发生。如果执行的命令行的第一个符号是不带扩展名或路径修饰符的
字符串 "CMD","CMD" 会被COMSPEC 变量的数值所替换。这
防止从当前目录抓出 CMD.EXE。如果执行的命令行的第一个符号没有扩展名,CMD.EXE 会使用
PATHEXT 环境变量的数值来决定要以什么顺序寻找哪些扩展
名。PATHEXT 变量的默认值是: .COM;.EXE;.BAT;.CMD 请注意,该语法跟 PATH 变量的一样,分号隔开不同的元素。查找可执行文件时,如果没有相配的扩展名,看一看该名称是否
与目录名相配。如果确实如此,START 会在那个路径上调用
Explorer。如果从命令行执行,则等同于对那个路径作 CD /D。
自己看看吧.........
Start another window to run a specified program or command.
START
"title" The title to display in the window title bar.
path Starting directory
B Starts the application without creating a new window. Unless
^C processing is started, the application ignores ^C processing;
^Break is the only way to interrupt the application
I The new environment is the original environment passed to cmd.exe,
instead of the current environment
MIN Window is minimized at start
MAX Window is maximized at start
SEPARATE Starts a 16-bit Windows program in a separate space
SHARED Starts a 16-bit Windows program in a shared space
LOW Starts the application in the IDLE priority class
NORMAL Starts the application in the NORMAL priority class
HIGH Starts the application in the HIGH priority class
REALTIME Starts the application in the REALTIME priority class
ABOVENORMAL Starts the application in the ABOVENORMAL priority class
BELOWNORMAL Starts the application in the BELOWNORMAL priority class
WAIT Starts the application and waits for it to end
command/program
If it is an internal cmd command or batch file, then the command processor is
Run cmd.exe with the /K command option. This means the window remains after the command runs
Still exists. If it is not an internal cmd command or batch file, it is a program, and
Run as a window application or console application. parameters These are the parameters passed to the command/program
If command extensions are enabled, external command calls through the command line or START command
Call will change as follows: Type the file name as a command, non-executable file can be called through file association.
(For example, WORD.DOC will call the application associated with the .DOC file extension).
For how to create these associations from within a command script, see ASSOC and
FTYPE command. When the executed application is a 32-bit GUI application, CMD.EXE does not wait for the application
The program terminates and returns to the command prompt. If executed within a command script, this new behavior
Then it doesn't happen. If the first symbol of the executed command line is a string without extension or path modifier
The string "CMD" will be replaced by the value of the COMSPEC variable. This
Prevents CMD.EXE from being picked up from the current directory. If the first symbol of the executed command line has no extension, CMD.EXE will use
The value of the PATHEXT environment variable determines the order in which which extensions to look for
Name. The default value of the PATHEXT variable is: .COM;.EXE;.BAT;.CMD Please note that this syntax is the same as the PATH variable, separated by semicolons. When looking for an executable file, if there is no matching extension, look at whether the name matches the directory name.
If so, START will call Explorer on that path. If executed from the command line, it is equivalent to CD /D on that path.
Take a look for yourself.........
|

joomla! Autoit! |
|
2004-8-11 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我已经按照你说的做的,可是还是不行,这回连接完后还出现了DOS窗体,必须手动退出!我建的BAT里面就有一个命令是“Rasdial ADSLsmn 用户名 密码”是建立连接的,建立后它会自动关闭,但是在建立过程中有窗体显示在面前,觉得不舒服!想不看见它!以上的方法都试过了,不行啊!难道是我笨??
I have done as you said, but it still doesn't work. This time, after connecting, a DOS window still appears and I have to close it manually! The BAT I created has only one command, which is "Rasdial ADSLsmn username password" to establish the connection. After establishment, it should close automatically, but there is a window displayed in front during the establishment process, which I find uncomfortable! I don't want to see it! I have tried all the above methods, but it doesn't work! Could it be that I'm stupid?
|
|
2004-8-11 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
好好学习一下我签名中的帖子。
Study the post in my signature carefully.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-8-11 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
在我的回复中,我已经讲明白了!
What I explained in my reply is clear enough!
|
|
2004-8-11 00:00 |
|