mirror of
https://github.com/Team-Resurgent/Simple_NTFS_ISO_Mounter.git
synced 2026-08-15 11:18:28 -07:00
20 lines
236 B
Batchfile
20 lines
236 B
Batchfile
@echo off
|
|
|
|
cd source/ntfs_isolist
|
|
@call cleanup.bat
|
|
|
|
cd ../libntfs_ext
|
|
@call cleanup.bat
|
|
|
|
cd ../rawseciso
|
|
@call cleanup.bat
|
|
|
|
cd ../ntfs_ext_iso
|
|
@call cleanup.bat
|
|
|
|
cd ../..
|
|
|
|
@set PATH=C:/msys/1.0/bin;C:/mingw/bin;%PATH%;
|
|
|
|
@make _cleanup
|