fillalph Posted June 19, 2005 Share Posted June 19, 2005 I tried out your program and I get this error at the command prompt when running ncab.exe:'C:\DOCUME~1\Philip\Local` is not reconized as an internal or external command, operable program or batch file.Any ideas]Bonkers[ Link to comment Share on other sites More sharing options...
Bilou_Gateux Posted June 19, 2005 Share Posted June 19, 2005 * If you are using a localized (non-English) version of Windows XP/2003,you'll need to perform aSearch & Replace for all instances of the following words: Start Menu\Programs\there should be 14 occurances of that wordDesktopthere should be 2 occurances of that wordand Replace them with your localized OS language equivalent.Save and Exitolddel "%AllUsersProfile%\Desktop\Nero StartSmart.lnk"del "%AllUsersProfile%\Start Menu\Programs\Nero\Nero StartSmart.lnk"del "%AppData%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk"You can use this code to take care of localization in Nero_Installer.cmdnewSET SECTION="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"SET KEY="Common Desktop"::Read value in registrycall readreg %SECTION% %KEY%SET FILENAME="Nero StartSmart.lnk"pushd "%RegVal%":: Delete file if it existsIF EXIST %FILENAME% DEL /F /Q %FILENAME%popdSET KEY="Common Programs"::Read value in registrycall readreg %SECTION% %KEY%SET FILENAME="Nero StartSmart.lnk"pushd "%RegVal%\Nero":: Delete file if it existsIF EXIST %FILENAME% DEL /F /Q %FILENAME%popdDEL "%AppData%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk"get readreg.bat from the excellent Rob van der Woude's Scripting Pages Link to comment Share on other sites More sharing options...
fillalph Posted June 19, 2005 Share Posted June 19, 2005 Bilou_Gateux: Thanks for the reply, but I am using a English version of Windows XP Link to comment Share on other sites More sharing options...
vcBlackBox Posted June 20, 2005 Author Share Posted June 20, 2005 @smashlySorry, forgot to change the version number in the readme.I tried out your program and I get this error at the command prompt when running ncab.exe:'C:\DOCUME~1\Philip\Local` is not reconized as an internal or external command, operable program or batch file.Any ideas]Bonkers[<{POST_SNAPBACK}>Did you use n-lite?Did you remove Command-Line tools?@Bilou_GateuxThanks, I'll look into it. BTW, I haven't had much response from localized Windows users. I hope my program is working out the way I envisioned it. Some feedback would be nice. Link to comment Share on other sites More sharing options...
Amanda Krueger Posted June 20, 2005 Share Posted June 20, 2005 Hi,I've got the same problem as ]bonkers[. English WinXP, Nero 6.6.0.14, 7zip 4.20 (4.16Beta didn't work either). Which command-line tools are necessary to run NCAB? Link to comment Share on other sites More sharing options...
BoardBabe Posted June 20, 2005 Share Posted June 20, 2005 (edited) I just get an error report when opening NCAB.exeEDIT: worked the next time i clicked ncab.exe, possibly just my xp that ran poorly. Edited June 20, 2005 by BoardBabe Link to comment Share on other sites More sharing options...
suryad Posted June 20, 2005 Share Posted June 20, 2005 Man you guys are hard core!! I am beginning to love this forum more and more and more! Link to comment Share on other sites More sharing options...
Amanda Krueger Posted June 20, 2005 Share Posted June 20, 2005 (edited) Okay, after running NCAB in Win98/ME-Compatibility-Mode it now says WinRAR is not installed on my system, but it is (although not in the default location). Do I really have to reinstall WinRAR to use NCAB? I don't want WinRAR in the default location. Edit: I just copied my WinRAR directory to C:\Program Files\, and now it's working! Maybe the NCAB creator could add a line to the first topic stating that WinRAR has to be put in the default location, and that people who are having trouble with the executing the Nero_installer.cmd should try the compatibility mode. Edited June 20, 2005 by Amanda Krueger Link to comment Share on other sites More sharing options...
fillalph Posted June 20, 2005 Share Posted June 20, 2005 (edited) I took Amanda Krueger's advice and run ncab in win95 compatibilty mode and it worked! Thanks for the tip.vcBlackBox: I do run an nLited XP but did not remove Command-Line tools.Thanks]Bonkers[ Edited June 20, 2005 by ]Bonkers[ Link to comment Share on other sites More sharing options...
hsu22 Posted June 22, 2005 Share Posted June 22, 2005 (edited) I use NCAB work fine !But I want NeroStartSmart & NeroShowTime DesktopIcons (shortcut in desktop) What should I do ?How to edit Nero_Installer.cmd ? Edited June 22, 2005 by hsu22 Link to comment Share on other sites More sharing options...
smashly Posted June 22, 2005 Share Posted June 22, 2005 I use NCAB work fine !But I want NeroStartSmart & NeroShowTime DesktopIcons (shortcut in desktop) What should I do ?How to edit Nero_Installer.cmd ?<{POST_SNAPBACK}>I made/used a shortcut.inf file to get my shortcuts to nero and many other programs to be where I want them. I run my shortcut.inf from RunOneEx After my apps install and before my cleanup.cmd runs.Maybe not the answer your looking for but have a read of THIS if you would like to know more about using a shortcut.inf to create not just nero shortcuts , but any type of shortcuts with your UA Install or use shortcut.exe to make your shortcuts (info on shortcut.exe also found at the above link).Goodluck Link to comment Share on other sites More sharing options...
sambrus Posted June 22, 2005 Share Posted June 22, 2005 I run ncab in win95 compatibilty mode and it worked! Thanks for the tip Bonkers . Link to comment Share on other sites More sharing options...
Zxian Posted June 22, 2005 Share Posted June 22, 2005 Wow... this looks really cool! Considering that I only use the Nero Burning ROM I'll definately look into this when I get home tonight. Link to comment Share on other sites More sharing options...
vcBlackBox Posted June 23, 2005 Author Share Posted June 23, 2005 @Amanda KruegerGlad you were able to figure out how to run NCAB on your system. I will make a note of that. Actually the only file that needs to be in "%ProgramFiles%\WinRAR\" is unrar.exe, for quiet extraction.I use NCAB work fine !But I want NeroStartSmart & NeroShowTime DesktopIcons (shortcut in desktop) What should I do ?How to edit Nero_Installer.cmd ?<{POST_SNAPBACK}>No need to do anything. If you choose to keep StartSmart or NeroShowTime, your desktop shortcuts will not be deleted. Link to comment Share on other sites More sharing options...
hsu22 Posted June 23, 2005 Share Posted June 23, 2005 @Amanda KruegerGlad you were able to figure out how to run NCAB on your system. I will make a note of that. Actually the only file that needs to be in "%ProgramFiles%\WinRAR\" is unrar.exe, for quiet extraction.I use NCAB work fine !But I want NeroStartSmart & NeroShowTime DesktopIcons (shortcut in desktop) What should I do ?How to edit Nero_Installer.cmd ?<{POST_SNAPBACK}>No need to do anything. If you choose to keep StartSmart or NeroShowTime, your desktop shortcuts will not be deleted.<{POST_SNAPBACK}>Thank You very muchMay you say more detail, I don't understand what meanings " If you choose to keep StartSmart or NeroShowTime, your desktop shortcuts will not be deleted."Another question I do not execute this step "* If you are using a localized (non-English) version of Windows XP/2003,you'll need to perform aSearch & Replace for all instances of the following words:Start Menu\Programs\there should be 14 occurances of that wordDesktopthere should be 2 occurances of that wordand Replace them with your localized OS language equivalent.Save and Exit "Does it any affection Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now