Create a batch file that will allow the user to type


7. Loate files based on content using parameter.
c. Create a batch file that will allow the user to type in the string they want to search for. Include a remark(rem) describing what the batch file does. Create a screen capture of the batch file (not the results).

Here is what I have so far.

@echo off
rem This line is not displayed.
rem It accepts user find for the file type to be located.
Find "%1" *.*

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a batch file that will allow the user to type
Reference No:- TGS0129586

Expected delivery within 24 Hours