This is an unofficial manual for the couchdb
Python module I wish I had had.
pip install couchdb
This is an unofficial manual for the couchdb
Python module I wish I had had.
pip install couchdb
@echo off | |
setlocal enableDelayedExpansion | |
REM sets folder to CD (current directory) | |
SET folder=%CD% | |
REM if the renamed folder already exists, I'll assume I've already run this script and go to EOF (end of file) | |
IF EXIST "%folder%\renamed" GOTO :EOF | |
REM else move on to :FOLDERDOESNOTEXIST | |
GOTO :FOLDERDOESNOTEXIST |