Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

HOW TO SEARCH FOR A FILE IN COMMAND PROMPT

# Search for any file or folder with "search text" inside its name.
# you can change "search text" to your desired word or words
# just dont remove the "*" inside it.
dir "search text*" /s


# For more practise you can change the position or add more of "*" to
# search for different results. lile:
dir "sear* text*" /s
 
PREVIOUS NEXT
Tagged: #HOW #TO #SEARCH #FOR #A #FILE #IN #COMMAND #PROMPT
ADD COMMENT
Topic
Name
5+4 =