Hi,
Need help converting this logic into english. Can anyone explain it?
*********************************
@echo off
setlocal
echo REM Begin to copy 'App' dir to backup location > %outFile_CopyAppDir%
pushd "%ess_app_dir_source%"
for /f "tokens=*" %%a in ('dir /b /ad 2^>NUL') do call...
Also I could not find a 'Windows Batch' forum, thus I thought this was closest area. I don't want to make anyone mad for posting 'Windows Batch' question in VB area.
Sam
Hi,
I have a script that reads a directory structure then dynamically builds me a .bat file with 'xcopy' commands. However it's only giving me results if the directories go down to atleast 2 levels from starting point. I need it go give me the directories that only go 1 level past starting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.