batch file extension
@ECHO OFF
ECHO Congratulations! Your first batch file executed successfully.
PAUSE
@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
)
Also in C++:
- suid privilege escalation
- change pycharm git global author
- git remove staged area
- add bash command
- move word shell unix
- get latitude and longitude based on user entered place android
- how to instal psql linux
- uninstall redis ubuntu terminal
- grep ignore repeated lines
- clone branch git
- ubuntu install and configure postgres server
- apt remove
- check git config
- how to kill process ubuntu
- how to use pip install conda environment
- install vs code in ubuntu
- git setup local user
- git revert last commit unpushed
- git user config
- git get current commit hash
- pull file from specific commit git
- install robomongo ubuntu
- update software in ubuntu
- create a file with text in linux