Short Names only works on C Drive

前端 未结 1 1465
谎友^
谎友^ 2021-01-21 16:25

I am trying to find the short name of a path on Windows.

For some reason the following command only works when run on the C drive

for /d %I in (*) do @ec         


        
相关标签:
1条回答
  • 2021-01-21 16:53

    Check if your 8.3 notation is turnred on for the other drives: http://technet.microsoft.com/en-us/library/ff621566.aspx

    0 讨论(0)
提交回复
热议问题