flier268 / ConvertZZ

繼承自convertz,但更好用的簡繁轉換工具
GNU General Public License v3.0
402 stars 67 forks source link

命令列模式 路徑問題 #42

Open robinofhuang opened 3 years ago

robinofhuang commented 3 years ago

在命令列模式(command line)中,檔案路徑如果使用反斜線('\')會無法轉換,只能使用斜線('/')。 但WINDOWS預設是使用反斜線。

例如: ConvertZZ.exe C:\text\temp.txt ==> 失敗 ConvertZZ.exe C:/text/temp.txt ==> 成功

另外命令列模式希望能顯示執行結果,否則不知道是成功或發生錯誤