Code: Select all
del /f /a "D:\somewhere\whatever file.ext"
Code: Select all
del /f /a "D:\somewhere\whatever file.ext"
Code: Select all
@echo off &setlocal
set "User_Input="
set /p "User_Input=>Enter the 'File Type' [Suffix] including the decimal point and Asterix if applicable and press <Enter>: "
echo %User_Input%
pause