6 lines
46 B
Batchfile
6 lines
46 B
Batchfile
|
@echo off
|
||
|
echo.
|
||
|
echo %~n1%~x1 !!!
|
||
|
echo.
|
||
|
pause
|