건프리
접속 : 5323   Lv. 64

Category

Profile

Counter

  • 오늘 : 65 명
  • 전체 : 192835 명
  • Mypi Ver. 0.3.1 β
[애니] 자막 이름 바꾸는 스크립트 소스 (0) 2013/08/18 PM 02:03
사용법이나, 그냥 다운받을 분은
여기에서 (제 마이피)

혹시 다운받는게 바이러스일까 걱정되시는 분들은 그냥
아래 있는 텍스트를 전부 복사해서 메모장에 붙여넣기 한 다음
*****.bat 으로 저장하시면 됩니다.

"맘대로 쓰세용~ 그리고 막 퍼트려주세요."

set filepath=%~dp1
set filename=%~n1
set extension=%~x1

if exist c:\temp_fn.txt GOTO move
GOTO savename

:move
set /p first_filepath=set /p first_filename=
set str=%first_filepath%
set str=%str%##
set str=%str: ##=##%
set str=%str:##=%
set first_filepath=%str%

set str=%first_filename%
set str=%str%##
set str=%str: ##=##%
set str=%str:##=%
set first_filename=%str%

set second_fullpath=%filepath%%first_filename%%extension%
set original_fullpath=%~dpnx1
REN "%original_fullpath%" "%first_filename%%extension%" > c:\log.txt 2>&1
echo REN "%original_fullpath%" "%first_filename%%extension%" >> c:\log.txt

MOVE "%second_fullpath%" "%first_filepath%" >> c:\log.txt 2>&1
echo MOVE "%second_fullpath%" "%first_filepath%" >> c:\log.txt

del /f c:\temp_fp.txt
del /f c:\temp_fn.txt
GOTO eof

:savename
echo %filepath% > c:\temp_fp.txt
echo %filename% > c:\temp_fn.txt
goto eof

:eof
echo goodbye

"rjsvmfl wpwkr vkfdnjf 2013"

신고

 
X