mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #1708 from hpwamr/mui
Add or modify a few test files
This commit is contained in:
commit
8f0fb5aae9
@ -1,9 +1,4 @@
|
||||
@echo off
|
||||
exit
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
set /p DriveU=
|
||||
echo on
|
||||
@ -0,0 +1,3 @@
|
||||
链接:https://pan.baidu.com/s/1a33tNnQN3
|
||||
提取码:zm6s
|
||||
解压码123123
|
||||
@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
echo 输入u盘目录
|
||||
set /p DriveU=
|
||||
echo on
|
||||
attrib "%DriveU%:\System Volume Information" -s
|
||||
rd /s /q "%DriveU%:\System Volume Information"
|
||||
del /f /q /A:RH "%DriveU%:\System Volume Information"
|
||||
echo. >"%DriveU%:\System Volume Information"
|
||||
attrib "%DriveU%:\System Volume Information" +R +H
|
||||
pause
|
||||
@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
exit
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
echo 输入u盘目录
|
||||
set /p DriveU=
|
||||
echo on
|
||||
attrib "%DriveU%:\System Volume Information" -s
|
||||
rd /s /q "%DriveU%:\System Volume Information"
|
||||
del /f /q /A:RH "%DriveU%:\System Volume Information"
|
||||
echo. >"%DriveU%:\System Volume Information"
|
||||
attrib "%DriveU%:\System Volume Information" +R +H
|
||||
pause
|
||||
Loading…
Reference in New Issue
Block a user