Home > database >  Bat batch command
Bat batch command

Time:10-10

1. CD C: \ daoshu \ shujuwenjian
2. @ echo off
3. Setloacl enabledelayedexpansion
4. For/f "tokens=*" % % a in (' dir/b *. TXT) do (
5. (for/f tokens="*" % % I in (% % a) do (
6. The set s=% % I
7. The set s=! S: \=!!!
8. The echo! s!
9.)) temp. TXT
10. Move/y temp. TXT "% % a");

This is what mean? Big brothers explain!
Newbie on the road, please comment!!!!!!

CodePudding user response:

What line are you don't understand?

CodePudding user response:

I think the script from began to learn grammar
  • Related