본문 바로가기
반응형

Utils6

윈도우 환경변수 관리 프로그램 Eveditor 개발자에겐 윈도우가 그리 좋은 응용 프로그램은 아니다. cmd, 환경 설정, grep등 유틸리티 를 잘 지원해 주지 않는다. 하지만 개발자들이 윈도우를 쓰는 이유는 (여러가지가 있겠지만,) 비공식적인 유틸들이 수도 없이 많다는 것일 것이다. 윈도우 환경변수를 관리 하기 진짜 귀찮게 되어있는데, 구글링 해보니 역시나 크게 4가지 정도 있는듯 하다. 그 중하나인 eveditor Tour http://eveditor.com/tour/Down http://eveditor.com/download/ ps. 환경 변수를 적용시키기 위해선 프로그램을 재실행 시켜줘야한다.ex) path를 바꾸더라도 이전에 띄어놓은 cmd창은 path가 적용이 안된다. 2012. 6. 7.
NEF 삭제기 사진관리할 때 JPG파일만 지우고 NEF만 남을 때가 있는데 폴더내의 NEF파일은 있지만 JPG파일이 없는 NEF파일들을 삭제해준다. @echo off@setlocal EnableDelayedExpansion title jpg nef delset L=set n=0for %%N IN (*.nef) DO ( set J=%%~nN.JPGrem echo %%Nrem echo !J!if exist %%~nN.jpg (rem) else (set L=!L! "%%N"set /a n=!n!+1))if %n% == 0 (echo There is no any NEF file that does not have the JPG file.goto QUIT)echoecho Warning :: The program will dele.. 2012. 5. 6.
유틸들 유틸들 기본: Chrome https://www.google.com/chrome Dropbox https://www.dropbox.com/ Picpick http://www.picpick.org/download 반디집 http://apps.bandisoft.com/bandizip/beta/ VirtualWin http://virtuawin.sourceforge.net/downloads.php FoxIt http://www.foxitsoftware.com/downloads/ http://www.fastpictureviewer.com/downloads/ 개발: Xshell http://www.netsarang.co.kr/download/down_xsh.html Xming http://sourceforge.n.. 2012. 1. 30.
볼륨조절 윈키 + UP DOWN pgUP pgDown 키로 볼륨 조절 가능 2012. 1. 5.