[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42036] Files and directories with non-ASCII c
From: |
Tatsuro MATSUOKA |
Subject: |
[Octave-bug-tracker] [bug #42036] Files and directories with non-ASCII characters not handled correctly on Windows |
Date: |
Tue, 29 Mar 2016 06:51:11 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36 |
Follow-up Comment #18, bug #42036 (project octave):
Workaroud to access the files in the directories with non-ASCII characters.
(for files I do not find the work around)
>From cmd prompt
subst W: (path to the directory which has non-ASCII characters)
C:UsersTatsu>subst /?
Associates a path with a drive letter.
Explanation of the subst command
SUBST [drive1: [drive2:]path]
SUBST drive1: /D
drive1: Specifies a virtual drive to which you want to assign a
path.
[drive2:]path Specifies a physical drive and path you want to assign to
a virtual drive.
/D Deletes a substituted (virtual) drive.
Type SUBST with no parameters to display a list of current virtual drives.
For the "path" you can use UNC path so that you can access Network drive which
does not have a drive letter.
Of course, make xxx.bat file is useful.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42036>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #42036] Files and directories with non-ASCII characters not handled correctly on Windows,
Tatsuro MATSUOKA <=