View Single Post
  #156  
Old 11-07-2016, 14:22
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Code:
echo off
color 1f
REM Windows size
mode con: cols=130lines=50
setlocal EnableDelayedExpansion
cls
REM show process files
echo. Processing files...
REM process each file in folder
for /r "D:\MyGame" %%F IN (*.arc) do (echo %%~dpnXF>>arclist.txt)
__________________
-the science of the useless-
Reply With Quote
The Following User Says Thank You to gozarck For This Useful Post:
SAM2712 (11-07-2016)