Batch find out file names [on hold]2019 Community Moderator ElectionHow can I pass arguments to a batch file?How to loop through files matching wildcard in batch fileBatch file to delete files older than N daysHow can you find and replace text in a file using the Windows command-line environment?How can I echo a newline in a batch file?Windows batch files: .bat vs .cmd?How do you loop through each line in a text file using a windows batch file?Create folder with batch but only if it doesn't already existHow to “comment-out” (add comment) in a batch/cmd?Which comment style should I use in batch files?
How can I get players to focus on the story aspect of D&D?
What will happen if my luggage gets delayed?
Do I really need to have a scientific explanation for my premise?
What stops an assembly program from crashing the operating system?
Can't make sense of a paragraph from Lovecraft
Why is there an extra space when I type "ls" in the Desktop directory?
How do we create new idioms and use them in a novel?
What do you call someone who likes to pick fights?
Why does liquid water form when we exhale on a mirror?
Vocabulary for giving just numbers, not a full answer
What would be the most expensive material to an intergalactic society?
Is it a Cyclops number? "Nobody" knows!
What materials can be used to make a humanoid skin warm?
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
What are some noteworthy "mic-drop" moments in math?
How does Ehrenfest's theorem apply to the quantum harmonic oscillator?
Do items de-spawn?
Drawing close together horizontal lines in Latex
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
Conservation of Mass and Energy
Haman going to the second feast dirty
Expressing logarithmic equations without logs
Is this Paypal Github SDK reference really a dangerous site?
How can I manipulate the output of Information?
Batch find out file names [on hold]
2019 Community Moderator ElectionHow can I pass arguments to a batch file?How to loop through files matching wildcard in batch fileBatch file to delete files older than N daysHow can you find and replace text in a file using the Windows command-line environment?How can I echo a newline in a batch file?Windows batch files: .bat vs .cmd?How do you loop through each line in a text file using a windows batch file?Create folder with batch but only if it doesn't already existHow to “comment-out” (add comment) in a batch/cmd?Which comment style should I use in batch files?
I have a Text-file with some names, which are in one Line.
I want a Batch which go through the folder T:
and find out whether all the names in the Text-file has got a folder in T:
. If a name in the Text-Folder does not have a folder in T:
, this name should be listed in a separate Text-File. How can I write it with FOR ?
batch-file for-loop administrator
New contributor
put on hold as too broad by Compo, Govind Parmar, aschipfl, Squashman, Mofi Mar 6 at 16:35
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 1 more comment
I have a Text-file with some names, which are in one Line.
I want a Batch which go through the folder T:
and find out whether all the names in the Text-file has got a folder in T:
. If a name in the Text-Folder does not have a folder in T:
, this name should be listed in a separate Text-File. How can I write it with FOR ?
batch-file for-loop administrator
New contributor
put on hold as too broad by Compo, Govind Parmar, aschipfl, Squashman, Mofi Mar 6 at 16:35
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
Show your own code please. And try produce a Minimal, Complete, and Verifiable example.
– Tiw
Mar 6 at 14:49
Let me see if I understand your question: are you trying to find out how to parse a text file line-by-line, and, if any line contains a name that does not correspond to a folder in `T:`, copy that line to a separate text file?
– Govind Parmar
Mar 6 at 14:51
That is correct but I do have only one Line in the Text file and in the Line there are more than 15 Names written with space between eachone
– keeran
Mar 6 at 14:54
I have removed the Administrator tag from your question, if it served a specific purpose in relation to your question, you may re-tag it as such, but you must explain in your edited question, exactly what Administrator has to do with your task.
– Compo
Mar 6 at 16:24
Because Administrator should know how to write a batch that is why! Do you know the answer or just wanted to say that the TAG Administrator is not suitable ???
– keeran
Mar 7 at 8:38
|
show 1 more comment
I have a Text-file with some names, which are in one Line.
I want a Batch which go through the folder T:
and find out whether all the names in the Text-file has got a folder in T:
. If a name in the Text-Folder does not have a folder in T:
, this name should be listed in a separate Text-File. How can I write it with FOR ?
batch-file for-loop administrator
New contributor
I have a Text-file with some names, which are in one Line.
I want a Batch which go through the folder T:
and find out whether all the names in the Text-file has got a folder in T:
. If a name in the Text-Folder does not have a folder in T:
, this name should be listed in a separate Text-File. How can I write it with FOR ?
batch-file for-loop administrator
batch-file for-loop administrator
New contributor
New contributor
edited Mar 7 at 9:12
keeran
New contributor
asked Mar 6 at 14:45
keerankeeran
1
1
New contributor
New contributor
put on hold as too broad by Compo, Govind Parmar, aschipfl, Squashman, Mofi Mar 6 at 16:35
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Compo, Govind Parmar, aschipfl, Squashman, Mofi Mar 6 at 16:35
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
Show your own code please. And try produce a Minimal, Complete, and Verifiable example.
– Tiw
Mar 6 at 14:49
Let me see if I understand your question: are you trying to find out how to parse a text file line-by-line, and, if any line contains a name that does not correspond to a folder in `T:`, copy that line to a separate text file?
– Govind Parmar
Mar 6 at 14:51
That is correct but I do have only one Line in the Text file and in the Line there are more than 15 Names written with space between eachone
– keeran
Mar 6 at 14:54
I have removed the Administrator tag from your question, if it served a specific purpose in relation to your question, you may re-tag it as such, but you must explain in your edited question, exactly what Administrator has to do with your task.
– Compo
Mar 6 at 16:24
Because Administrator should know how to write a batch that is why! Do you know the answer or just wanted to say that the TAG Administrator is not suitable ???
– keeran
Mar 7 at 8:38
|
show 1 more comment
3
Show your own code please. And try produce a Minimal, Complete, and Verifiable example.
– Tiw
Mar 6 at 14:49
Let me see if I understand your question: are you trying to find out how to parse a text file line-by-line, and, if any line contains a name that does not correspond to a folder in `T:`, copy that line to a separate text file?
– Govind Parmar
Mar 6 at 14:51
That is correct but I do have only one Line in the Text file and in the Line there are more than 15 Names written with space between eachone
– keeran
Mar 6 at 14:54
I have removed the Administrator tag from your question, if it served a specific purpose in relation to your question, you may re-tag it as such, but you must explain in your edited question, exactly what Administrator has to do with your task.
– Compo
Mar 6 at 16:24
Because Administrator should know how to write a batch that is why! Do you know the answer or just wanted to say that the TAG Administrator is not suitable ???
– keeran
Mar 7 at 8:38
3
3
Show your own code please. And try produce a Minimal, Complete, and Verifiable example.
– Tiw
Mar 6 at 14:49
Show your own code please. And try produce a Minimal, Complete, and Verifiable example.
– Tiw
Mar 6 at 14:49
Let me see if I understand your question: are you trying to find out how to parse a text file line-by-line, and, if any line contains a name that does not correspond to a folder in `T:`, copy that line to a separate text file?
– Govind Parmar
Mar 6 at 14:51
Let me see if I understand your question: are you trying to find out how to parse a text file line-by-line, and, if any line contains a name that does not correspond to a folder in `T:`, copy that line to a separate text file?
– Govind Parmar
Mar 6 at 14:51
That is correct but I do have only one Line in the Text file and in the Line there are more than 15 Names written with space between eachone
– keeran
Mar 6 at 14:54
That is correct but I do have only one Line in the Text file and in the Line there are more than 15 Names written with space between eachone
– keeran
Mar 6 at 14:54
I have removed the Administrator tag from your question, if it served a specific purpose in relation to your question, you may re-tag it as such, but you must explain in your edited question, exactly what Administrator has to do with your task.
– Compo
Mar 6 at 16:24
I have removed the Administrator tag from your question, if it served a specific purpose in relation to your question, you may re-tag it as such, but you must explain in your edited question, exactly what Administrator has to do with your task.
– Compo
Mar 6 at 16:24
Because Administrator should know how to write a batch that is why! Do you know the answer or just wanted to say that the TAG Administrator is not suitable ???
– keeran
Mar 7 at 8:38
Because Administrator should know how to write a batch that is why! Do you know the answer or just wanted to say that the TAG Administrator is not suitable ???
– keeran
Mar 7 at 8:38
|
show 1 more comment
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
Show your own code please. And try produce a Minimal, Complete, and Verifiable example.
– Tiw
Mar 6 at 14:49
Let me see if I understand your question: are you trying to find out how to parse a text file line-by-line, and, if any line contains a name that does not correspond to a folder in `T:`, copy that line to a separate text file?
– Govind Parmar
Mar 6 at 14:51
That is correct but I do have only one Line in the Text file and in the Line there are more than 15 Names written with space between eachone
– keeran
Mar 6 at 14:54
I have removed the Administrator tag from your question, if it served a specific purpose in relation to your question, you may re-tag it as such, but you must explain in your edited question, exactly what Administrator has to do with your task.
– Compo
Mar 6 at 16:24
Because Administrator should know how to write a batch that is why! Do you know the answer or just wanted to say that the TAG Administrator is not suitable ???
– keeran
Mar 7 at 8:38