home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.msdos.batch      Fun with MS-DOS batch files      42,547 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 40,739 of 42,547   
   ehabaziz2001@gmail.com to Herbert Kleebauer   
   Re: unicode in dos box   
   27 Aug 13 13:18:17   
   
   How can I apply a process for files that have unicode names ?   
   How can I know the codepage of my windows Arabic ?   
      
      
      
   cmd /u /c dir /b %folder% > dir.lst    
      
   FOR /F "delims= tokens=*" %%G IN (dir.lst) DO (    
   echo %%G    
   @set filename2=%%G    
   echo %filename2%    
   )    
      
      
   On Tuesday, 27 August 2013 16:06:37 UTC+2, Herbert Kleebauer  wrote:   
   > On 27.08.2013 14:31, ehabaziz2001@gmail.com wrote:   
   >    
   > > How can I show filenames in dos box written as in windows in UNICODE form ?   
   >    
   > >    
   >    
   > > for example I have files written in Arabic like "القاهرة" and I   
   need to show them in dir command as also ?   
   >    
   > >    
   >    
   > > I tried chcp 65001 but not working ?   
   >    
   >    
   >    
   > cmd /u /c dir >tmp.txt &start /w tmp.txt & del tmp.txt   
   >    
   >    
   >    
   > http://do-the-right-things.blogspot.de/2010/04/dir-command-in-   
   p-does-not-display.html   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca