Horje
batch file drive Code Example
batch file drive
@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
batch file path Code Example batch file path Code Example
folder list in ubuntu Code Example folder list in ubuntu Code Example
unzip recursively linux Code Example unzip recursively linux Code Example
mac send email attachment command line Code Example mac send email attachment command line Code Example
install snakemake Code Example install snakemake Code Example

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