Search found 2 matches

by vb88
2022-Dec-30, 4:09 am
Forum: Windows CMD Shell
Topic: Search for file name with or without parentheses
Replies: 0
Views: 9843

Search for file name with or without parentheses

Hi, I used below batch script try to locate the drive which contains the subdirectory to get the file(s) with similar names. Please note not all of the file name has two names (see my screenshot). How to correct my script to achieve this goal. set pc=DS-15-103-W goto pcname :pcname REM Locate the Dr...
by vb88
2022-May-23, 3:54 pm
Forum: Windows CMD Shell
Topic: Progress Indicator For Robocopy File
Replies: 2
Views: 9269

Re: Progress Indicator For Robocopy File

@redeemer666,
I want to use your script to copy those files with "*.GHO" and excluding those old files. Where and how should I add these conditions "*.GHO" /XO and no subfolders, empty folders ??