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?










-2















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 ?










share|improve this question









New contributor




keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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
















-2















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 ?










share|improve this question









New contributor




keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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














-2












-2








-2








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 ?










share|improve this question









New contributor




keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Mar 7 at 9:12







keeran













New contributor




keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Mar 6 at 14:45









keerankeeran

1




1




New contributor




keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






keeran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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













  • 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













0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved