Search notes:

Script: cb.bat

@rem
@rem     Execute content of clipboard in cmd.exe
@rem     Compare with cdcb
@rem

@for /f "usebackq delims=#" %%n in (`paste`) do @cmd /c %%n

Github repository scripts-and-utilities, path: /cb.bat

See also

Scripts

Index