title: helpful cmd
find /C /V "" file*.csv>count.log
Finds the length of each .csv in the current folder, saves the output to count.log
rm -R foldername
Delete foldername and all files in foldername
foldername
Last updated 4 years ago