diff options
Diffstat (limited to 'old/aud.bat')
| -rw-r--r-- | old/aud.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/aud.bat b/old/aud.bat new file mode 100644 index 0000000..b886c65 --- /dev/null +++ b/old/aud.bat @@ -0,0 +1,11 @@ +rem md %1 +cd %1 +md %1 +cd %1 +md old +md mp3 +cd .. +move *.mp3 %1/mp3 +copy *.txt %1\old +copy *.htm %1\old +cd .. |
