|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Supergeek in training
Join Date: Apr 2004
Location: UK
Posts: 1,690
|
Small question
Hey guys,
I had no idea where to put this thread, it's not a hardware question but then I'm not sure if it's a software question. So now I'm just gonna get to the question lol What does *.* mean? I've seen it a couple of times before and have read that it is used in Command Prompt. What does it do? TIA...
__________________
Pure geek and proud. "Success is not final and failure is not fatal. It is the courage to continue that counts." - Winston Churchill ------------------------------------------------------------------------------------------------- |
|
|
|
|
|
#2 |
|
Member (14 bit)
Premium Member
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
|
There are "wild cards" that help you find files on your computer, for one example. "*" means any charactere and any number of characters. So, *.* means:
AnyFileName.AnyFileExtension. Another wild card is "?" which also means any character, but for only one character. So, *.?at would mean AnyFileName.AnyCharacterInTheFirstExtensionSpot-but it has to end in "AT" HTH TwoRails |
|
|
|
|
|
#3 |
|
Supergeek in training
Join Date: Apr 2004
Location: UK
Posts: 1,690
|
Aaaaah. Cool. Lol, you learn something new everytime! Thanks TwoRails
|
|
|
|
|
|
#4 |
|
Member (14 bit)
Premium Member
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
|
You're welcome! It real handy in cleaning out your computer, as it makes it easy to find
*.tmp files, and *.log files and even things like, *vacation*.jpg and the like. *.* - will find all files. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|