PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   七嘴八舌異言堂 (https://www.pcdvd.com.tw/forumdisplay.php?f=12)
-   -   更改檔名程式 (https://www.pcdvd.com.tw/showthread.php?t=1027397)

albert@46 2013-10-10 02:14 PM

引用:
作者dkjfso
http://download.sofun.tw/smartget/
另外我看了上面hokoy那個軟體
應該是更簡單專用
只是您說有病毒所以就沒有打開了


嗯係哇共欸
防毒軟體連執行的機會都不給

redring 2013-10-10 02:47 PM

total commander
:yeah:

seiws 2013-10-10 07:02 PM

安裝hz2py
http://bluehua.org/2010/07/30/1410.html
然後把hz2py放在 PATH bin內

然後寫一個小Shell Scripting
#!/bin/sh
# find $1 -name "*.mp3"
for file in *.mp3; do
echo "processing $file"
destinationfile=`echo $file |hz2py`
cp "$file" "$destinationfile"
done

就可以把那個目錄夾裡頭所有MP3 都再複製一個拼音檔名了

darkangel 2013-10-11 06:27 AM

引用:
作者seiws
安裝hz2py
http://bluehua.org/2010/07/30/1410.html
然後把hz2py放在 PATH bin內

然後寫一個小Shell Scripting
#!/bin/sh
# find $1 -name "*.mp3"
for file in *.mp3; do
echo "processing $file"
destinationfile=`echo $file |hz2py`
cp "$file" "$destinationfile"
done

就可以把那個目錄夾裡頭所有MP3 都再複製一個拼音檔名了


真是高手,請受在下一拜。
PCDVD 臥虎藏龍高手如雲,這就是一個範例。

dkjfso 2013-10-11 07:18 AM

Hz2Py我有搜尋到這邊有一份源文件
如果沒有Linux環境可以用這個改

http://pan.baidu.com/share/link?sha...3&uk=1812123514


所有的時間均為GMT +8。 現在的時間是11:35 PM.

vBulletin Version 3.0.1
powered_by_vbulletin 2025。