|
lonelystar
初级用户
 
积分 128
发帖 5
注册 2004-1-21
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
请问用@FORMAT c: /s /q /autotest >NUL
做一个批处理文件后。双击这个批处理文件自己的系统是不是就完完了。
如果真是这样就可以用来害人?
Does double-clicking this batch file after creating it with "@FORMAT c: /s /q /autotest >NUL" completely ruin your own system? If that's really the case, can it be used to harm others?
|
|
2004-1-21 00:00 |
|
|
iceboy
银牌会员
    
积分 1681
发帖 512
注册 2003-8-2
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
to lonelystar:
在 Windows 下不能格式化 C 盘, D 盘倒还可以
可以用来害人, 这也是为什么不要随便执行程序
to lonelystar:
Under Windows, you can't format drive C, but drive D can be formatted. It can be used to harm people, which is also why you shouldn't execute programs casually
|

Somehow somewhere I've got to choose.
No matter if it is win or lose. |
|
2004-1-21 00:00 |
|
|
Vicky26
初级用户
 
积分 133
发帖 7
注册 2004-1-21
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
原来格式化也那么复杂的
It turns out that formatting is also so complicated.
|
|
2004-1-21 00:00 |
|
|
Vicky26
初级用户
 
积分 133
发帖 7
注册 2004-1-21
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
原来格式化也要那么复杂的
It turns out that formatting can also be so complicated.
|
|
2004-1-21 00:00 |
|
|
iceboy
银牌会员
    
积分 1681
发帖 512
注册 2003-8-2
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
想简单是吧?
输入 format c: 回车, Y, 再回车就完了
Think it's simple, right?
Enter "format c:" and press Enter, then Y and press Enter again to finish
|

Somehow somewhere I've got to choose.
No matter if it is win or lose. |
|
2004-1-21 00:00 |
|
|
2518682
初级用户
 
积分 134
发帖 8
注册 2004-1-22
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
兄弟我只知道。你其他盘要是没有wim98的话,你最好放张启动盘(win98) format c:
其实我也很菜
Brother, I just know. If you don't have Wim98 on other disks, you'd better put a boot disk (Win98) and format c:
Actually, I'm also very green
|
|
2004-1-22 00:00 |
|
|
lonelystar
初级用户
 
积分 128
发帖 5
注册 2004-1-21
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
请问格D:盘的批处理文件 怎么写
Please tell me how to write the batch file for drive D:
|
|
2004-1-24 00:00 |
|
|
xiaojun
银牌会员
    
积分 2202
发帖 499
注册 2003-6-12
状态 离线
|
|
2004-1-24 00:00 |
|
|
ludunming
初级用户
 
积分 114
发帖 2
注册 2004-1-27
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
/Q:进行快速格式化;
/S:完成格式化,并将系统引导文件拷贝到该磁盘。
注意:该命令会清除目的磁盘上的所有数据,一定要小心使用。如果进行了普通的格式化,那磁盘上的数据还有可能恢复,但如果加上了"/Q",那要恢复就比蹬天还难了。
/Q: Perform a quick format;
/S: Complete the format and copy the system boot file to the disk.
Note: This command will erase all data on the target disk, so be extremely careful when using it. If you perform a normal format, the data on the disk may still be recoverable, but if "/Q" is added, it will be extremely difficult to recover, almost as hard as reaching the sky.
|
|
2004-1-27 00:00 |
|
|
网球男子
初级用户
 
积分 158
发帖 13
注册 2004-1-28
状态 离线
|
|
2004-1-28 00:00 |
|
|
小不点
初级用户
  chxhi
积分 163
发帖 25
注册 2004-1-29
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
我想我以后一定有很多东西要学了
I think I will have a lot to learn in the future
|
|
2004-1-29 00:00 |
|
|
hhhhhh
初级用户
 
积分 516
发帖 156
注册 2003-7-28
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
很简单format c:/q
很简单format c:/q
Very simple format c:/q
|
|
2004-1-29 00:00 |
|
|
股票
中级用户
   股票操盘手
积分 214
发帖 54
注册 2004-1-29
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
以下是引用iceboy在2004-1-14 21:18:35的发言:
呵呵~
如果是批处理应该这样写:
@FORMAT c: /s /q /autotest >NUL
@ 表示不显示这个命令, 如果批处理文件头有 @ECHO OFF, 就相当于给每一行命令都加了一个 @, 就不需要再写了
FORMAT 就是 format.com 啊
c: 盘符, 要格式化的盘
/s 做一个系统盘, 就是拷贝 DBR, io.sys, msdos.sys, drvspace.bin, command.com
/q 快速格式化, 仅仅清空 DIR 区和 FAT 表
/autotest 就是 format.com 不提示你是否格式化
>NUL 把输出结果重定向到“虚拟设备”, 不显示在屏幕上
说得非常的详细!!!
The following is a quote from iceboy at 2004-1-14 21:18:35:
Hehe~
If it is a batch processing, it should be written like this:
@FORMAT c: /s /q /autotest >NUL
@ means not to display this command. If there is @ECHO OFF at the beginning of the batch file header, it is equivalent to adding an @ to each line of command, so there is no need to write it again. FORMAT is format.com.
c: is the drive letter, the drive to be formatted.
/s makes a system disk, that is, copies DBR, io.sys, msdos.sys, drvspace.bin, command.com.
/q is quick format, only clear the DIR area and FAT table.
/autotest means that format.com does not prompt you whether to format.
>NUL redirects the output result to the "virtual device" and does not display it on the screen.
Very detailed!!!
|
|
2004-1-29 00:00 |
|
|
skywindows
初级用户
 
积分 159
发帖 12
注册 2004-1-5
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
在运行中一般输入command回车
然后输入format c: /s /q 即可啊。
如果不是系统盘的话,就用format x: /q就行了。X就是盘符的意思。
In general, you can type "command" in the Run dialog and press Enter, then type "format c: /s /q" to do it. If it's not the system drive, just use "format x: /q", where X is the drive letter.
|
|
2004-1-29 00:00 |
|
|
wk9568
初级用户
 
积分 262
发帖 41
注册 2004-1-25
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
放入软盘或光盘启动电脑,进入dos提示符(A:\>)后,输入(format_c:)其中“-”代表空格键,然后按回车键。。。 。。。选择是“y"即可!这下不专业了吧,楼上的朋友。
我的邮箱 weikui1568@163.com
Put the floppy disk or CD into the computer to boot, enter the DOS prompt (A:\>), then type (format_c:), where "-" represents the space bar, and then press the Enter key... ... Just select "y"! That's not professional enough, friend upstairs.
My email: weikui1568@163.com
|
|
2004-1-29 00:00 |
|