larciel, on Mar 18 2005, 09:13 AM, said:
quick Q.
1. how to make the .cmd use Winrar instaed of 7zip when both programs are installed
2. how to enable nero vision? i've tried "nerovision" and "nero vision" and it seems like first one is right, but i don't see icon for nerovision
<{POST_SNAPBACK}>1.
:: set the default packer if you do not use the command line option.
:: WinRAR or 7-Zip
set packName=7-Zip
Change
set packName=WinRAR or !makeit.cmd /rar
2. "NeroVision" is correct. For the shortcut, add the following to your post_config.cmd file. search for:
if /i exist "%basetarget%\Nero ShowTime\ShowTime.exe" (
shortcut /a:c /f:"%shortcutFolder%\Nero ShowTime.lnk" /t:"%basetarget%\Nero ShowTime\ShowTime.exe" /d:"Watch your favorite DVD-Video movies and turn your computer into a home cinema.">NUL 2>&1 )
on a new line under this entry add:
if /i exist "%basetarget%\NeroVision\NeroVision.exe" (
shortcut /a:c /f:"%shortcutFolder%\NeroVision.lnk" /t:"%basetarget%\NeroVision\NeroVision.exe" /d:"Make great looking VCDs, SVCDs and DVDs with spectacular menus. Capture video from your DV camera, video card or TV tuner card. Create amazing slideshows. Cut and edit your own movies with spectacular effects.">NUL 2>&1 )