|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
1、就算回复中讲明白了,并不意味着顶楼的帖子就不用改了,因为你的问题对别人也有参考价值。2、你的回复中并没有讲明白。
1. Even if the reply explains it clearly, it doesn't mean the top post doesn't need to be modified, because your question is also valuable for others. 2. Your reply doesn't explain it clearly.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-8-12 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
rasdial是Windows XP/2003(不太清楚2000中是否有这个命令,应该也是有的)提供的一个命令,可以用之来实现命令行方式的拨号上网(包括ADSL虚拟拨号),当然,通过把它放到XP的启动组,你也可以实现开机时自动拨号。我们以ADSL虚拟拨号为例,来说明用法:假设ADSL虚拟拨号的连接名称为ADSL,用户名和密码都是test。那么:rasdial adsl test test这个命令就可以实现ADSL虚拟拨号直接连线。建一个批处理adsldial.cmd,内容如下:@echo off
rasdial adsl test test
exit然后给这个批处理建一个快捷方式名为autoadsldial,修改快捷方式的属性,将“运行方式”设置为“最小化”,然后将这个快捷方式放入xp的启动组中,这就开机登录时,这个快捷方式就会以窗口最小化的方式运行,你就不会在桌面上看到这个命令的运行窗口了。
rasdial is a command provided by Windows XP/2003 (not sure if it exists in 2000, but it should be). It can be used to achieve dial-up internet access in command line mode (including ADSL virtual dial-up). Of course, by placing it in the startup group of XP, you can also achieve automatic dial-up when booting. Taking ADSL virtual dial-up as an example, let's explain the usage: Suppose the connection name of ADSL virtual dial-up is ADSL, and both the username and password are test. Then: rasdial adsl test test This command can directly connect for ADSL virtual dial-up. Create a batch file adsldial.cmd with the following content: @echo off
rasdial adsl test test
exit Then create a shortcut named autoadsldial for this batch file, modify the properties of the shortcut, set "Run style" to "Minimized", and then put this shortcut into the startup group of XP. Then when logging in at boot, this shortcut will run in window minimized mode, and you won't see the running window of this command on the desktop.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-8-12 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
建议楼主将标题修改为:在xp下如何实现批处理命令窗口最小化运行?
Suggest the poster to modify the title to: How to minimize the batch command window when running under XP?
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-8-12 00:00 |
|
|
smn9819
初级用户
 
积分 132
发帖 13
注册 2004-8-7
状态 离线
|
|
2004-8-12 00:00 |
|
|
nsdos
新手上路

积分 4
发帖 2
注册 2005-12-24
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
说来说去,
还是利用快捷方式 ,
这个不算是dos做到的。
-----------------
用start,虽然可以,
可是,要两个批处理,因为要一个来调用,。。也不好。。。。
一句话,我晕
After all, it's still using shortcuts, and this isn't something done by DOS.
----------------------------------------
Using start is okay, but you need two batch files because one has to call the other... It's not good either...
In a word, I'm confused
|
|
2005-12-24 11:50 |
|
|
sunset1212
新手上路

积分 2
发帖 1
注册 2006-4-12
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
那么可不可以再深入点:不要最小化窗口,而是在后台运行,连任务栏上也看不见呢?,如果开机能自动拨号,而且在后台自动运行,那该多好
So can we go a bit further: instead of minimizing the window, run it in the background, not even visible on the taskbar? If it can automatically dial when booting and run automatically in the background, that would be great
|
|
2006-4-12 13:32 |
|
|
xuantian
高级用户
   
积分 587
发帖 282
注册 2006-4-10
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
晕倒,XP/2003 本来就可以自动连接虚拟拨号之类的东东,用的着这样折腾吗?
Faint, XP/2003 can automatically connect virtual dial-up and such things originally. Is it necessary to make such a fuss?
|
|
2006-4-12 16:51 |
|
|
wjgyz740526
中级用户
  
积分 203
发帖 44
注册 2003-8-14
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
有好几种方法可以实现的:
1.加min参数,即在cmd中这样写:
start /min xxx.exe
但是start命令中/wait和/min参数不能同时用,否则/min无效;
2.用vbs脚本实现
脚本如下:
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C c:\1.bat", 0, TRUE)
3.用第三方程序实现,比如用HIDECMD.EXE、CMDOW.EXE
There are several methods to achieve it:
1. Add the /min parameter, that is, write like this in cmd:
start /min xxx.exe
But the /wait and /min parameters in the start command cannot be used at the same time, otherwise the /min is invalid;
2. Implement it with a VBS script
The script is as follows:
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C c:\1.bat", 0, TRUE)
3. Implement it with a third-party program, such as using HIDECMD.EXE, CMDOW.EXE
|
|
2006-10-7 19:32 |
|
|
qq82015930
中级用户
  
积分 235
发帖 109
注册 2006-8-24
状态 离线
|
|
2006-11-1 13:56 |
|