Microsoft
Software
Hardware
Network
Question : explain script
I have a script that automatically make folders to matching files. I did not write the script, and would like to understand the coding behind it. Can someone break it down for me?
@echo off
for %%a in (*.*) do (
md "%%~na" 2>nul
move "%%a" "%%~na"
)
Answer : explain script
for %%a in (*.*) - for every file put it name as a and do
md "%%~na" 2>null - make directory of name a without extension ( ~n ) and do not display error ( 2> null)
move "%%a" "%%~na" - move every file to his directory
Random Solutions
Changing Squirrelmail's SMTP Server
Unable to access LAN
Manual move of mailboxes
WIN32-Perl file Locking
Need to Stop IE from Opening JPG Files from an Access
SQL to count distinct if a value appears more than 5 times
how can i execute a command as root
How to trap the error in datawindow itemchanged event and clicked event?
Why is ACCESS DENIED in LsaOpenPolicy?
Setting up invoicing system