Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

batch file drive

@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

PREVIOUS NEXT
Code Example
Shell :: remove version from cocoapods 
Shell :: download heroku ubuntu 
Shell :: ssh passphrase stop prompting 
Shell :: git push f head 
Shell :: read a file and count how many lines 
Shell :: git init 
Shell :: ubuntu iso 
Shell :: mysql specify a socket 
Shell :: grep last instance 
Shell :: conda create new environment in specified location 
Shell :: windows run powershell script from task scheduler 
Shell :: git log with date and author info 
Shell :: two variable in for loop bash 
Shell :: chown 
Shell :: go to a tag in git 
Shell :: echo new line in a file bash 
Shell :: how to cancel a scheduled shutdown or reboot with shutdown command 
Shell :: docker nodejs 
Shell :: zsh increment variable 
Shell :: ubuntu vs lubuntu 
Shell :: install brave browser download 
Shell :: du folder size 
Shell :: how to install nodemon in project 
Shell :: install dicker machine 
Shell :: git create new branch with uncommitted changes 
Shell :: strapi command to generate custom route 
Shell :: psycopg2 not installing fedora 
Shell :: how to zip folder on linux 
Shell :: Composer and npm install the theme onto your computer. Install the theme into your local WordPress install. 
Shell :: Importing SSH Keys 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =