What I want to accomplish can be done with for %%i in (*) do md "%%~ni" how ever this only works if my batch file is in the same folder as the files i
for %%i in (*) do md "%%~ni"