특정 폴더에 있는 hypermesh 파일을 모두 jpeg 파일로 저장하여 줍니다.
바이너리 파일로 되어 있는 hypermesh 파일을 그림 파일로 작업폴더에 저장함으로써 한눈에 파일 내용을 알아볼 수 있습니다.
set types { {"All type" {*.hm}} } set allhmfiles [tk_getOpenFile -filetype $types -multiple true ] foreach hmfile $allhmfiles { *readfile $hmfile hm_jpegfile hm_answernext "yes" *deletemodel }