Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

batch file extension

@echo off
setlocal
set file=C:Usersl72rugschiriDesktopfs.cfg
for %%i IN ("%file%") DO (
   	echo filedrive=%%~di
	echo filepath=%%~pi
	echo filename=%%~ni
	echo fileextension=%%~xi
)
Comment

batch file extension

.bat
Comment

PREVIOUS NEXT
Code Example
Shell :: command line make file 
Shell :: install heroku cli for linux 
Shell :: git pull asks for passphrase every time 
Shell :: docker history 
Shell :: count lines in bash script 
Shell :: ubuntu chang host name 
Shell :: where powershell 
Shell :: change the keyboard language in i3wm 
Shell :: change folder permissions to public linux 
Shell :: how to enable ssh on headless raspberry pi 
Shell :: how to stash changes git 
Shell :: get ssl certificate of url 
Shell :: how to append two file sin bash 
Shell :: github 
Shell :: how to checkout to another branch in git 
Shell :: catkin install 
Shell :: composer install from local directory 
Shell :: rename all files in a folder command line 
Shell :: install wmctrl in mac 
Shell :: git push default 
Shell :: adobe photoshop on linux ubuntu 
Shell :: add dir to your path kali 
Shell :: how to pull a new remote branch 
Shell :: docker machine install linux 
Shell :: install ghost script 
Shell :: install csfml on linux 
Shell :: bash if file content equals 
Shell :: handle git diverged 
Shell :: check if bash variable is undefined 
Shell :: bash output to stdout and file 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =