Horje
batch file extension Code Example
batch file extension
@echo off
setlocal
set file=C:\Users\l72rugschiri\Desktop\fs.cfg
for %%i IN ("%file%") DO (
   	echo filedrive=%%~di
	echo filepath=%%~pi
	echo filename=%%~ni
	echo fileextension=%%~xi
)




Shell

Related
java jdk 11 installation on ubuntu terminal Code Example java jdk 11 installation on ubuntu terminal Code Example
helm release minio Code Example helm release minio Code Example
batch delete all files in subfolders of type Code Example batch delete all files in subfolders of type Code Example
git checkout fast Code Example git checkout fast Code Example
install jdk in ubuntu 20.04 Code Example install jdk in ubuntu 20.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12