Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: elwaysgod
  • Content: Threads
  • Order by date
  1. elwaysgod

    Help to decipher what this is saying

    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...
  2. elwaysgod

    Window Batch - Modification Needed

    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...

Part and Inventory Search

Back
Top