|
smuawskddd
新手上路

积分 6
发帖 6
注册 2009-8-18 来自 河南
状态 离线
|
『楼 主』:
[求助]批处理能不能实现自动弹出可移动磁盘?
使用 LLM 解释/回答一下
[求助]批处理能不能实现自动弹出可移动磁盘?什么命令合适?
Can batch processing achieve automatically popping up a removable disk? What command is appropriate?
|
|
2009-8-19 11:49 |
|
|
smuawskddd
新手上路

积分 6
发帖 6
注册 2009-8-18 来自 河南
状态 离线
|
『第 2 楼』:
郁闷了,就没人能告诉我?
使用 LLM 解释/回答一下
郁闷了,就没人能告诉我?无意中在公司发现的网址竟然也不能救我!
Depressed, is there no one who can tell me? The website I accidentally found in the company can't save me either!
|
|
2009-8-20 01:25 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
|
2009-8-20 05:35 |
|
|
smuawskddd
新手上路

积分 6
发帖 6
注册 2009-8-18 来自 河南
状态 离线
|
『第 4 楼』:
devcon命令工具?
使用 LLM 解释/回答一下
不好意思版主,我是个电脑小白,对这些命令不熟悉!不过我的本意是只弹出这个移动磁盘,而网上搜索devcon命令似乎都是禁用,如果这样的话,我再插入新的移动磁盘会不会都不提示了?
I'm sorry, moderator. I'm a computer novice and not familiar with these commands! But my original intention was just to pop up this removable disk. However, when I searched online, it seems that the devcon command is mostly for disabling. If that's the case, will the new removable disk not prompt me when I insert it?
|
|
2009-8-20 11:16 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
自动弹出是系统设置
百度光盘自动运行
Automatic pop-up is the system setting. Baidu CD auto-run.
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2009-8-20 12:59 |
|
|
newxso
初级用户
  l i u s s
积分 73
发帖 101
注册 2008-9-17 来自 GZ
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
想自动快速安全移除U盘,用第三方工具USB_Disk_Eject(附件)。它支持在命令行下完成安全移除U盘(如下,假如U盘盘符为 I):
USB_Disk_Eject.exe /REMOVELETTER I
自动移除所有U盘:
@echo off
for /f "skip=1 tokens=1" %%a in ('wmic logicaldisk where^(drivetype^=2^) get caption^,description') do USB_Disk_Eject.exe /REMOVELETTER %%a
附件(USB_Disk_Eject)
Last edited by newxso on 2009-8-20 at 13:38 ]
Want to automatically and quickly safely remove a USB flash drive, use the third-party tool USB_Disk_Eject (attachment). It supports completing the safe removal of a USB flash drive from the command line (as follows, assuming the USB flash drive drive letter is I):
USB_Disk_Eject.exe /REMOVELETTER I
Automatically remove all USB flash drives:
@echo off
for /f "skip=1 tokens=1" %%a in ('wmic logicaldisk where^(drivetype^=2^) get caption^,description') do USB_Disk_Eject.exe /REMOVELETTER %%a
Attachment (USB_Disk_Eject)
Last edited by newxso on 2009-8-20 at 13:38 ]
|
|
2009-8-20 13:32 |
|
|
luxipeng
初级用户
 
积分 20
发帖 17
注册 2008-9-7
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
用维希U保就可以了,右键点击就行。
Just use Vichy U Bao, right-click it.
|

处于,并长期处于潜水状态 |
|
2009-8-20 23:49 |
|
|
smuawskddd
新手上路

积分 6
发帖 6
注册 2009-8-18 来自 河南
状态 离线
|
『第 8 楼』:
不好意思啊,这个还是没搞明白!
使用 LLM 解释/回答一下
我按你说的在百度上找了,可大多是教如何制作自动运行的。我的目的是制作批处理程序的时候,可以自动弹出读卡器里的卡,但不影响可移动磁盘的工作!其实也就是缩短写CF卡的时间,用来偷懒的!所以急需一个批处理命令,来实现可移动磁盘的自动弹出,缩短点击鼠标的那2秒钟时间!
I searched on Baidu as you said, but most are about how to make something run automatically. My goal is to make a batch program that can automatically pop out the card in the card reader without affecting the work of the removable disk! Actually, it's just to shorten the time for writing the CF card, for being lazy! So I urgently need a batch command to realize the automatic pop-up of the removable disk and shorten the 2 seconds of clicking the mouse!
|
|
2009-8-21 01:39 |
|
|
smuawskddd
新手上路

积分 6
发帖 6
注册 2009-8-18 来自 河南
状态 离线
|
『第 9 楼』:
这个命令要怎么用?
使用 LLM 解释/回答一下
我把你的命令制作了批处理,可是运行后不能实现可移动磁盘的自动弹出!不好意思,麻烦你了!有没有更好的方法麻烦指教,另外我用的是XP的系统!谢谢!
I made a batch script according to your command, but it didn't realize the automatic ejection of the removable disk after running! I'm sorry to trouble you! Is there a better method? Please give me some advice. Besides, I'm using the XP system! Thanks!
|
|
2009-8-21 01:41 |
|
|
smuawskddd
新手上路

积分 6
发帖 6
注册 2009-8-18 来自 河南
状态 离线
|
『第 10 楼』:
你说的软件我用了,可是貌似不能达到我的要求!
使用 LLM 解释/回答一下
这个软件我用了下,貌似是要来强制弹出的,并不能缩短弹出的时间!我的目的在8楼,如果有可行的办法,麻烦你指教下!我用的XP的系统,自己也是个电脑白痴!非常感谢的您的帮助,麻烦了!
I used this software, it seems to be forced to pop up, and cannot shorten the pop-up time! My purpose is on the 8th floor. If there is a feasible way, please give me some advice! I am using the XP system, and I am also a computer idiot! Thank you very much for your help, please!
|
|
2009-8-21 01:43 |
|