I'm using a Windows XP SP3 machine. My Z: drive is a mapped drive to a UNIX box.
There is a file called wk1_dailybackup_20110605043344.sql in both z:\archive and c:\archive.
At my CMD prompt from c:\archive the command
c:\archive dir *backup*
lists my file, but when I go to z:\archive and type
z:\archive dir *backup*
my file is not listed.
Questions:
- Why do wildcards not work on the mapped drive like it does on the local drive?
- What can I do to use wildcards on the mapped drive?
(Please don't suggest 'right-click Start, Search' to get the Poster Dog for inept searches.)
dir c:\archive\*backup*anddir z:\archive\*backup*n.b. these can be run from anywhere. – Windos Sep 8 '11 at 22:13dir /a z:\archive\*backup*– Synetech Sep 8 '11 at 22:16dir *backup*.*? – Jonas Heidelberg Sep 8 '11 at 22:19dirin either directory? – Jonas Heidelberg Sep 8 '11 at 22:20