Learned something new here! 
Thanks

John D


---- Original Message ----
From: "Andy Schmidt" <andy_schm...@hm-software.com>
Sent: 11/12/2013 12:01:58 PM
To: community@mailsbestfriend.com
Subject: [MBF]Re: Working on using NOD32 as a scanner for Declude

Hi John,

But that's to be expected!?
If you ran DIR /X from within the "ESET NOD32 Antivirus" directory then it will 
indeed display a blank short name for "ecls.exe" because THAT name truly is 
LESS than 8+3 characters.

If you are trying to find the short name for "\ESET NOD32 Antivirus\", you have 
to run the DIR /X in the PARENT directory of THAT subdirectory.

So,

        DIR /X "C:\Program Files"

will tell you the short name for the "ESET NOD32 Antivirus" subfolder 
(something like 'ESETNO~1').

Then,

        DIR /C "C:\"

will tell you the short name for the "Program Files" subfolder (something like 
'Progra~1' or 'Progra~2').

THEN you string those short names together and get something like:

        C:\Progra~1\ESETNO~1\ecls.exe

(that's just a for instance, NOT your actual path).

You CANNOT get the full path by looking at a single DIR output of the final 
subdirectory itself.


-----Original Message-----
From: community@mailsbestfriend.com [mailto:community@mailsbestfriend.com] On 
Behalf Of johnl...@eservicesforyou.com
Sent: Tuesday, November 12, 2013 2:38 PM
To: community@mailsbestfriend.com
Subject: [MBF]Re: Working on using NOD32 as a scanner for Declude

Andy, running DIR /X in the ESET directory (with the only directory within that 
being the one in question) resulted in the BLANK short name.


#############################################################
This message is sent to you because you are subscribed to
  the mailing list <community@mailsbestfriend.com>.
To unsubscribe, E-mail to: <community-...@mailsbestfriend.com>
To switch to the DIGEST mode, E-mail to <community-dig...@mailsbestfriend.com>
To switch to the INDEX mode, E-mail to <community-in...@mailsbestfriend.com>
Send administrative queries to  <community-requ...@mailsbestfriend.com>

         
#############################################################
This message is sent to you because you are subscribed to
  the mailing list <community@mailsbestfriend.com>.
To unsubscribe, E-mail to: <community-...@mailsbestfriend.com>
To switch to the DIGEST mode, E-mail to <community-dig...@mailsbestfriend.com>
To switch to the INDEX mode, E-mail to <community-in...@mailsbestfriend.com>
Send administrative queries to  <community-requ...@mailsbestfriend.com>

Reply via email to