|
gaxiangfa
初级用户
 
积分 103
发帖 1
注册 2004-3-7
状态 离线
|
『楼 主』:
在线的大虾 请进 如何运行文件
使用 LLM 解释/回答一下
如何运行拓展名为EXE的文件 请赐教
How to run an EXE file? Please give me some advice
|
|
2004-3-7 00:00 |
|
|
越曲芳香
初级用户
 
积分 264
发帖 36
注册 2004-1-12
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
直接输入文件名,再打回车键就可以了
Just enter the file name and press the Enter key.
|
|
2004-3-7 00:00 |
|
|
amonsonic
初级用户
 
积分 112
发帖 2
注册 2004-2-29
状态 离线
|
|
2004-3-8 00:00 |
|
|
mydoslg
初级用户
 
积分 39
发帖 15
注册 2006-10-14
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
是呀,如果不是系统的东东就要设置一下路径了
Yeah, if it's not a system thing, you need to set the path.
|
|
2006-10-14 09:43 |
|
|
pengfei
银牌会员
    
积分 1218
发帖 485
注册 2006-7-21 来自 湖南.娄底
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
在DOS下打开文件, 我一般用两种方法:
1. 直接输入文件路径和文件名. "c:\windows\config.exe" (对于的可执行文件不用输入后缀也可以, 但要非常小心, 弄不好会执行其他程序, 如com, 为止误操作或打开病毒最好带上完整的路径和后缀).
2. start 一种在批处理中非常喜欢的方式, 他的好处在于打开文件或运行可执行程序时不用等他们关闭才退出, 用法和第1种一样, 只需在前面加上start .
当路径带空格时一定要用双引号把他们全部括起来, 安全起见建议所有路径都用引号括好.
In DOS, I usually use two methods to open files:
1. Directly input the file path and name. For example, "c:\windows\config.exe" (For executable files, you don't need to input the suffix, but be very careful. If not done properly, it may execute other programs, such as com. To prevent misoperation or opening viruses, it's best to bring the complete path and suffix).
2. start, which is a way very liked in batch processing. The advantage is that when opening a file or running an executable program, you don't need to wait for them to close before exiting. The usage is the same as the first method; you just need to add "start " in front.
When the path has spaces, you must enclose the entire path with double quotes. For safety, it's recommended to enclose all paths with quotes.
|
|
2006-10-14 10:45 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
start "" xxx.exe
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-10-14 11:07 |
|
|
hxr517
新手上路

积分 8
发帖 4
注册 2006-10-18
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
copy con a.bat
xxxx.exe
F6
a:)
copy con a.bat
xxxx.exe
F6
a:)
|
|
2006-10-19 09:20 |
|
|
nxcgh2006
初级用户
 
积分 42
发帖 22
注册 2006-10-19
状态 离线
|
|
2006-10-19 09:34 |
|
|
lxhjohn
初级用户
 
积分 111
发帖 4
注册 2004-1-22
状态 离线
|
|
2006-10-21 03:54 |
|