![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-09-23 16:11 |
47,812 topics / 349,917 posts / today 0 new / 48,273 members |
| DOS批处理 & 脚本技术(批处理室) » How to hide the window of a hidden batch command? Urgent, urgent...... |
| Printable Version 3,838 / 8 |
| Floor1 zwlzwlzwl | Posted 2005-04-05 00:00 |
| 初级用户 Posts 1 Credits 105 | |
|
I set up to run a batch command automatically at Windows 2000 startup, but the entire batch command takes a long time to run. How can I make the command prompt window not run or run in hidden mode? Also, I wrote the exit command in the batch command but it can't close the window? Everyone, please help. Urgently needed, thanks a lot!
|
|
| Floor2 JonePeng | Posted 2005-04-05 00:00 |
| 金牌会员 Posts 1,883 Credits 4,562 From 广东广州 | |
|
Create a shortcut for this batch file and change the "Run" property to "Minimized".
|
|
| Floor3 hyzys | Posted 2005-04-05 00:00 |
| 初级用户 Posts 17 Credits 189 | |
|
Try: start /min setup.bat or start setup.bat /min
|
|
| Floor4 chenhui530 | Posted 2005-04-06 00:00 |
| 高级用户 Posts 273 Credits 772 | |
|
Call batch processing using VBS
set ws = CreateObject("Wscript.Shell") ws.run "123.bat",vbhide That's it [ Last edited by willsort on 2006-6-4 at 14:45 ] |
|
| Floor5 gmy | Posted 2005-04-06 00:00 |
| 版主 Posts 392 Credits 1,113 | |
|
Under WIN98, it's start /m /w. Please don't think about being a hacker!
|
|
| Floor6 linson | Posted 2005-06-04 00:00 |
| 中级用户 Posts 31 Credits 283 | |
|
Basically, it can only reach the minimized state.
|
|
| Floor7 smileseeker | Posted 2005-06-04 00:00 |
| 中级用户 Posts 83 Credits 316 | |
|
I used chenhui530VBS under 2k to achieve the effect
|
|
| Floor8 electronixtar | Posted 2006-01-23 09:45 |
| 铂金会员 Posts 2,672 Credits 7,493 | |
|
Can the at command be used to achieve background running or system privileges?
|
|
| Floor9 lockingxp | Posted 2006-01-26 00:22 |
| 初级用户 Posts 15 Credits 30 | |
|
Is `@echo off` okay?
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |