Archived from groups: microsoft.public.windowsxp.general (
More info?)
"Pegasus (MVP)" wrote:
> Initially you said that you "can't see the files", leading me
> to assume that you could not see the "Music" file. Now
++ [script]
@echo off
echo. > Invisible.log
if not exist Music123 ren Music Music123
echo dir \\self\d$\Music* >> Invisible.log
dir \\self\d$\Music* >> Invisible.log
echo. >> Invisible.log
echo dir \\self\d$\Music123 >> Invisible.log
dir \\self\d$\Music123 >> Invisible.log
echo. >> Invisible.log
dir \\self\d$\Music123\*.* >> invisible.log
attrib /s /d \\self\d$\Music123\iTunes >> Invisible.log
attrib /s /d "\\self\d$\Music123\Apple Lossless" >> Invisible.log
cacls "\\self\d$\Music123\Apple Lossless" >> Invisible.log
md \\self\d$\Music123\iTunes 2>> Invisible.log
md "\\self\d$\Music123\Apple Lossless" 2>> Invisible.log
echo ren Music123 Music >> Invisible.log
ren Music123 Music 2>> Invisible.log
echo. >> Invisible.log
echo dir \\self\d$\Music* >> Invisible.log
dir \\self\d$\Music* >> Invisible.log
echo. >> Invisible.log
echo dir \\self\d$\Music >> Invisible.log
dir \\self\d$\Music >> Invisible.log
echo. >> Invisible.log
dir \\self\d$\Music\*.* >> invisible.log
attrib /s /d \\self\d$\Music\iTunes >> Invisible.log
attrib /s /d "\\self\d$\Music\Apple Lossless" >> Invisible.log
cacls "\\self\d$\Music\Apple Lossless" >> Invisible.log
md \\self\d$\Music\iTunes 2>> Invisible.log
md "\\self\d$\Music\Apple Lossless" 2>> Invisible.log
++ [log]
dir \\self\d$\Music*
Volume in drive \\self\d$ is Data
Volume Serial Number is C004-E210
Directory of \\self\d$
09/14/2005 11:03 PM <DIR> Music123
0 File(s) 0 bytes
1 Dir(s) 22,750,744,576 bytes free
dir \\self\d$\Music123
Volume in drive \\self\d$ is Data
Volume Serial Number is C004-E210
Directory of \\self\d$\Music123
09/14/2005 11:03 PM <DIR> .
09/14/2005 11:03 PM <DIR> ..
09/14/2005 08:51 AM <DIR> Apple Lossless
09/14/2005 11:40 PM <DIR> iTunes
09/08/2005 03:53 PM <DIR> Purchased Songs
0 File(s) 0 bytes
5 Dir(s) 22,750,744,576 bytes free
Volume in drive \\self\d$ is Data
Volume Serial Number is C004-E210
Directory of \\self\d$\Music123
09/14/2005 11:03 PM <DIR> .
09/14/2005 11:03 PM <DIR> ..
09/14/2005 08:51 AM <DIR> Apple Lossless
09/14/2005 11:40 PM <DIR> iTunes
09/08/2005 03:53 PM <DIR> Purchased Songs
0 File(s) 0 bytes
5 Dir(s) 22,750,744,576 bytes free
\\self\d$\Music123\iTunes
\\self\d$\Music123\Apple Lossless
\\self\d$\Music123\Apple Lossless TESTLAB\testuser
OI)(CI)F
BUILTIN\Administrators
OI)(CI)F
NT AUTHORITY\SYSTEM
OI)(CI)F
A subdirectory or file \\self\d$\Music123\iTunes already exists.
A subdirectory or file \\self\d$\Music123\Apple Lossless already exists.
ren Music123 Music
dir \\self\d$\Music*
Volume in drive \\self\d$ is Data
Volume Serial Number is C004-E210
Directory of \\self\d$
09/14/2005 11:03 PM <DIR> Music
0 File(s) 0 bytes
1 Dir(s) 22,750,744,576 bytes free
dir \\self\d$\Music
Volume in drive \\self\d$ is Data
Volume Serial Number is C004-E210
Directory of \\self\d$\Music
Volume in drive \\self\d$ is Data
Volume Serial Number is C004-E210
Directory of \\self\d$\Music
\\self\d$\Music\iTunes
\\self\d$\Music\Apple Lossless
\\self\d$\Music\Apple Lossless TESTLAB\testuser
OI)(CI)F
BUILTIN\Administrators
OI)(CI)F
NT AUTHORITY\SYSTEM
OI)(CI)F
A subdirectory or file \\self\d$\Music\iTunes already exists.
A subdirectory or file \\self\d$\Music\Apple Lossless already exists.