본문 바로가기
[ 추억의 피파온라인 2 패치 ]/패치 가이드 (Patch Guides)

fsh 파일에 "fshtool로 열기" 메뉴 추가하기

by すし 2009. 9. 23.

Windows Registry Editor Version 5.00

 [HKEY_CLASSES_ROOT\.fsh]
@="fsh_auto_file"

[HKEY_CLASSES_ROOT\fsh_auto_file\shell\01.fshtool]
@="# fshtool로 열기"

[HKEY_CLASSES_ROOT\fsh_auto_file\shell\01.fshtool\command]
@="\"fshtool이 있는 경로\\fshtool.exe\" \"%1\""

[HKEY_CLASSES_ROOT\fsh_auto_file\shell\02.notepad]
@="# 메모장으로 열기"

[HKEY_CLASSES_ROOT\fsh_auto_file\shell\02.notepad\command]
@="\"NOTEPAD.EXE\" \"%1\""

[HKEY_CLASSES_ROOT\fsh_auto_file\shell\open\command]
@="\"EAgraph가 있는 경로\\eagraph.exe\" \"%1\""

 

1. 메모장을 열고 적당한 이름을 지정해 저장 한 후 확장자를 txt 에서 reg로 변경해준다.

2. 생성한 reg 파일에 마우스 오른쪽을 눌러 "편집"을 누른 후 위 레지스트리 값을 복사해서 붙여 넣는다.

3. 빨간색 글씨는 각각의 프로그램이 있는 정확한 경로를 확인해서 기입해주고 저장한다.

(ex. @="\"C:\\Neowiz\\Tool\\fshtool\\fshtool.exe\" \"%1\"")

4. 변경한 reg 파일을 더블클릭해서 레지스트리에 등록해준다.

 

 

정상적으로 등록됐다면 fsh 파일에서 마우스 오른쪽을 눌렀을 때 위와 같은 메뉴를 볼 수 있다.

기본적인 열기는 EAgraph로 연결 돼있다.