Jump to content

@ComSpec character problem


 Share

Recommended Posts

Open a CMD prompt
Type CMD /?
Look for parameter of /U

The description of /U is:

 

Causes the output of internal commands to a pipe or file to be Unicode

So use the below code.

Run('"' & @ComSpec & '" /u /c dir /b > file_names.txt', '', @SW_HIDE)

Tested with ççūūşş.txt.

With /U returned ççūūşş.txt.

Without /U returned ‡‡uuss.txt.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...