[CMD+PowerShell] 동일 ISO 중복 마운트 방지 방법 (Prevent duplicate ISO mounting) How to prevent duplicate mounting of the same ISO. 지난 글에서 / 에 대해서 글을 썼는데 이미 마운트한 ISO도 bat파일을 실행하면 마운트되는 증상(?)이 있었습니다. 그래서 이번에는 해당 ISO 파일의 마운트 확인 후 마운트가 안된 경우에만 ISO 마운트를 실행하는 방법을 적어둡니다. REM Set ISO file path set "imgPath=C:\Password.iso" REM Check if the ISO is already mounted for /f "us..