Horje
add readme cmd Code Example
add readme cmd

@echo off
for /D %%D in ("C:\directory_with_files_you_want_to_compress\*") do "%ProgramFiles(x86)%\WinRAR\Rar.exe" a -cfg- -ep -idq -m0 -x*.rar -v100m "C:\where_you_want_to_save_new_rar_files\%%~nxD.rar" "%%~fD\" "C:\directory_with_readme.txt\readme.txt" && rd /Q /S "%%~fD" || echo/ && pause

add readme cmd
#Create README via cmd onto local repository

$ touch README.md 
$ git add README.md 
$ git commit -m "your commit message" 
$ git push 




Shell

Related
manjaro mirrolist Code Example manjaro mirrolist Code Example
powershell else if Code Example powershell else if Code Example
screen recorder mint Code Example screen recorder mint Code Example
sonarqube linux installation Code Example sonarqube linux installation Code Example
install apache ubuntu Code Example install apache ubuntu Code Example

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