listing only a certain filetype in cmdprompt when using dir
#1

the title sais it all.
i know it is not too relevant but i need this for my script. it only needs to show the .exe files in the samp server.
Reply
#2

Simply add an extra parameter with a wildcard followed by the file extension, like so:

Код:
dir *.exe
If you need to find any additional information in a command in Windows, just add a "/?" parameter without the quotes.
Reply
#3

why would you need to list the exe files?
usually they have the same name as always^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)