This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-09-18 12:24:55 +00:00
|
|
|
set "FOLDER_PATH=%~1"
|
|
|
|
|
set "FILE_PATH=%~2"
|
2016-09-17 20:34:50 +00:00
|
|
|
echo "1--%FOLDER_PATH%--"
|
|
|
|
|
echo "2--%FILE_PATH%--"
|
|
|
|
|
del "%FOLDER_PATH%\%FILE_PATH%"
|