Skip to content

Instantly share code, notes, and snippets.

@vantm
Created September 24, 2024 17:13
Show Gist options
  • Select an option

  • Save vantm/a8c17b290dc18be0e83f32aa3fe6e392 to your computer and use it in GitHub Desktop.

Select an option

Save vantm/a8c17b290dc18be0e83f32aa3fe6e392 to your computer and use it in GitHub Desktop.
@echo off
setlocal enableextensions disabledelayedexpansion
(for %%a in (%*) do if exist "%%~a" (
pushd "%%~dpa" && ( copy /b "%%~nxa"+,, & popd )
) else (
type nul > "%%~fa"
)) >nul 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment