Answers for "how to add readme file"

1

how to add a gif to a readme

![](name-of-giphy.gif)
Posted by: Guest on November-24-2019
0

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
Posted by: Guest on March-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language