Search found 1 match

by otepmong
06 Aug 2008 17:23
Forum: DOS Batch Forum
Topic: extracting directory name from list
Replies: 1
Views: 6362

extracting directory name from list

I am trying to extract the directory name out of the file list, I have. Here is an example code I have so far... How can I extract directory path out of each %%P set filelist=.\anc_extraction_fifo11x512_fast_behavioral.bat .\anc_extract_divi\anc-out-y_in.txt for %%P in (%filelist%) do ( echo %%P for...