Merge pull request #1708 from hpwamr/mui

Add or modify a few test files
This commit is contained in:
Pairi Daiza 2019-10-25 20:59:43 +02:00 committed by GitHub
commit 8f0fb5aae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 5 deletions

View File

@ -1,9 +1,4 @@
@echo off
exit
echo 输入u盘目录
echo 输入u盘目录
echo 输入u盘目录
echo 输入u盘目录
echo 输入u盘目录
set /p DriveU=
echo on

View File

@ -0,0 +1,3 @@
链接https://pan.baidu.com/s/1a33tNnQN3
提取码zm6s
解压码123123

View File

@ -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

View File

@ -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