Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: Windows 7 and UltraISO
Показать сообщение отдельно

Новый участник


Сообщения: 16
Благодарности: 1

Профиль | Отправить PM | Цитировать


blackrokk,
держи примерчики
::Достать файл /sources/boot.wim из образа %name% в папку %TMP_PATH%
UltraISO.exe -sil -in "%name%" -get /sources/boot.wim -ext "%TMP_PATH%"
:: -sil Do not show any popup windows
:: -in Input ISO image
:: -get Set a file or folder(full path should be specified) to be extracted
:: -ext Extract ISO image to specified directory

::Запихать модифицированный файл обратно в образ %name%
"UltraISO.exe" -sil -in "%name%" -chdir /sources -rm /sources/boot.wim -f "%TMP_PATH%\boot.wim"
:: -sil Do not show any popup windows
:: -in Input ISO image
:: -chdir Change current directory in ISO image
:: -rm Remove a file or folder from ISO image (full path should be specified)
:: -f Add one file or folder (include folder name and all files and folders under it)
Это сообщение посчитали полезным следующие участники:

Отправлено: 13:23, 21-03-2014 | #4

Название темы: Windows 7 and UltraISO