short paths do not work on windows 8.1 ?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
npocmaka_
Posts: 517
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

short paths do not work on windows 8.1 ?

#1 Post by npocmaka_ » 16 Jan 2014 15:53

just migrated from vista to 8.1 . And 8.3 notation paths work only on C:\ drive :o .Anybody else with such issue . May be it's the same with windows 8?

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: short paths do not work on windows 8.1 ?

#2 Post by foxidrive » 16 Jan 2014 16:05

Short filenames are fine in Windows 8.1 here on drive D:

Code: Select all

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

d:\>dir /x

17/01/2014  09:05    <DIR>          ABCDEF~1     abc def
17/01/2014  03:44                13 ANDYJO~3.TXT AndyJones.txt
17/01/2014  03:44                 6 ANDYJO~1.TXT AndyJones_part1.txt
17/01/2014  03:44                 6 ANDYJO~2.TXT AndyJones_part2.txt
17/01/2014  03:44                13              ehab.txt
17/01/2014  03:44                 6 EHAB_P~1.TXT ehab_part1.txt
17/01/2014  03:44                 6 EHAB_P~2.TXT ehab_part2.txt

npocmaka_
Posts: 517
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: short paths do not work on windows 8.1 ?

#3 Post by npocmaka_ » 16 Jan 2014 16:30

here's my output:

Code: Select all

E:\>dir /x

 Directory of E:\

17.01.2014 г.  00:23    <DIR>                       1234567890
17.01.2014 г.  00:24    <DIR>                       a a a a a a a a a
17.01.2014 г.  00:23    <DIR>                       abcdefghijklmno


File system is ntfs...On C drive with same drir structure:

Code: Select all

C:\>dir /x


 Directory of C:\

17.01.2014 г.  00:27    <DIR>          123456~1     1234567890
17.01.2014 г.  00:27    <DIR>          AAAAAA~1     a a a a a a a a
17.01.2014 г.  00:28    <DIR>          ABCDEF~1     abcdefghijklmno


Strange...

einstein1969
Expert
Posts: 976
Joined: 15 Jun 2012 13:16
Location: Italy, Rome

Re: short paths do not work on windows 8.1 ?

#4 Post by einstein1969 » 16 Jan 2014 16:50

what is the output of ?

Code: Select all

fsutil 8dot3name query


einstein1969

npocmaka_
Posts: 517
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: short paths do not work on windows 8.1 ?

#5 Post by npocmaka_ » 17 Jan 2014 01:51

einstein1969 wrote:what is the output of ?

Code: Select all

fsutil 8dot3name query


einstein1969


Thanks. I Haven't known that8.3 can be disabled

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: short paths do not work on windows 8.1 ?

#6 Post by foxidrive » 17 Jan 2014 05:58

8.3 isn't disabled by default though, TTBOMK. Was that the problem in your case?

npocmaka_
Posts: 517
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: short paths do not work on windows 8.1 ?

#7 Post by npocmaka_ » 17 Jan 2014 06:24

foxidrive wrote:8.3 isn't disabled by default though, TTBOMK. Was that the problem in your case?


Probably yes , as I did not choose any special options during the installation besides the partitions.

Post Reply