|
hjlali
初级用户
 
积分 60
发帖 22
注册 2005-9-25
状态 离线
|
『楼 主』:
求隐藏批处理命令窗口的参数!
使用 LLM 解释/回答一下
@echo off
xcopy c:\11\043dat \x:\043\dat /y
请问我上面的批处理运行时 有一个窗口弹出来 记得以前用什么参数可以隐藏掉,但现在忘记了,哪个知道的告诉我一下这个参数,谢谢了!
@echo off
xcopy c:\11\043dat \x:\043\dat /y
I remember there was a parameter to hide the window when this batch runs, but I forgot now. If anyone knows, please tell me the parameter, thanks!
|
|
2006-12-1 10:50 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
试试这个:
@echo off
start "" /min cmd.exe /c xcopy c:\11\043dat\ x:\043\dat /y
Try this:
@echo off
start "" /min cmd.exe /c xcopy c:\11\043dat\ x:\043\dat /y
|
|
2006-12-2 04:45 |
|
|
uemuem
初级用户
 
积分 153
发帖 68
注册 2006-10-12 来自 上海
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
Originally posted by lxmxn at 2006-12-2 04:45:
试试这个:
@echo off
start "" /min cmd.exe /c xcopy c:\11\043dat\ x:\043\dat /y
还能这样用,呵呵,学习了,但在执行@echo off的时候还是会弹出来吧
Last edited by uemuem on 2006-12-7 at 11:39 PM ]
Originally posted by lxmxn at 2006-12-2 04:45:
Try this:
@echo off
start "" /min cmd.exe /c xcopy c:\11\043dat\ x:\043\dat /y
It can still be used like this, heh, learned it, but the @echo off will still pop up when executing it, right
Last edited by uemuem on 2006-12-7 at 11:39 PM ]
|

个人主页-找餐厅:http://www.canting.cc |
|
2006-12-7 23:30 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
其实运行.bat文件时,总是有个窗口要弹出来一下的。
Actually, when running a .bat file, a window always pops up for a moment.
|
|
2006-12-8 03:43 |
|
|
YYDDOS
初级用户
 
积分 38
发帖 16
注册 2006-12-9 来自 乡下
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
有没有彻底隐藏的。
Is there anything completely hidden?
|
|
2006-12-14 03:49 |
|
|
zjindong
初级用户
 
积分 64
发帖 26
注册 2006-1-10
状态 离线
|
|
2006-12-15 14:22 |
|
|
htysm
高级用户
   
积分 866
发帖 415
注册 2005-12-4
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
做个快捷方式就可以隐藏了。
You can just create a shortcut to hide it.
|
|
2006-12-19 04:26 |
|
|
Chief
新手上路

积分 16
发帖 7
注册 2007-3-12
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by htysm at 2006-12-18 03:26 PM:
做个快捷方式就可以隐藏了。
能不能说具体点?
Originally posted by htysm at 2006-12-18 03:26 PM:
You can hide it by creating a shortcut.
Can you be more specific?
|
|
2007-3-12 10:25 |
|
|
andysky
初级用户
 
积分 50
发帖 21
注册 2007-3-13
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by hjlali at 2006-11-30 09:50 PM:
@echo off
xcopy c:\11\043dat \x:\043\dat /y
请问我上面的批处理运行时 有一个窗口弹出来 记得以前用什么参数可以隐藏掉,但现在忘记了, ...
将它做成EXE就可以完全隐藏.
请看我的修改CPU类型的文件------将BAT文件修改成EXE文件
Originally posted by hjlali at 2006-11-30 09:50 PM:
@echo off
xcopy c:\11\043dat \x:\043\dat /y
I would like to ask when the above batch processing is running, a window pops up. I remember that there was a parameter I could use to hide it before, but now I forget...
Making it into an EXE can completely hide it.
Please see my file for modifying the CPU type ------ modifying the BAT file into an EXE file
附件
1: CPU奔腾.part1.rar (2007-3-15 00:18, 97.66 KiB,下载次数: 53)
|
|
2007-3-15 00:18 |
|
|
andysky
初级用户
 
积分 50
发帖 21
注册 2007-3-13
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
合并解压后执行,然后对我的电脑点右键----属性看看.
你的电脑CPU类型被改成了 奔4 3.06Ghz,重启后恢复.
点击本文件无任何反映,但程序在执行.
After merging and extracting, execute it, then right - click on your computer and select Properties to have a look.
Your computer's CPU type has been changed to Pentium 4 3.06Ghz, and it will revert after restart.
Clicking this file has no reaction, but the program is executing.
附件
1: CPU奔腾.part2.rar (2007-3-15 00:20, 17.9 KiB,下载次数: 35)
|
|
2007-3-15 00:20 |
|