Horje
batch file path Code Example
batch file path
@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
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
batch file extension Code Example batch file extension Code Example

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