August 16, 200521 yr I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:C:\DOCUME~1\Administrator\Local wordt niet herkend als een interneof externe opdracht, programma of batchbestand.and then just stops. Any solutions perhaps?<{POST_SNAPBACK}>i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine. ofcourse i changed it back to original setting %user... after ncabbing Edited August 16, 200521 yr by gmx
August 16, 200521 yr Author I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:C:\DOCUME~1\Administrator\Local wordt niet herkend als een interneof externe opdracht, programma of batchbestand.and then just stops. Any solutions perhaps?<{POST_SNAPBACK}>i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine. ofcourse i changed it back to original setting %user... after ncabbing<{POST_SNAPBACK}>There's also a space in "Documents and Settings", and it was truncated correctly, so why wouldn't "local settings" be? That seems kinda strange. Sorry, I can't read your language. Is that your complete variable name or some error message? What does it say when you typeecho %TMP%Did you use a tweak to disable shortfile name creation?
August 16, 200521 yr I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:C:\DOCUME~1\Administrator\Local wordt niet herkend als een interneof externe opdracht, programma of batchbestand.and then just stops. Any solutions perhaps?<{POST_SNAPBACK}>i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine. ofcourse i changed it back to original setting %user... after ncabbing<{POST_SNAPBACK}>There's also a space in "Documents and Settings", and it was truncated correctly, so why wouldn't "local settings" be? That seems kinda strange. Sorry, I can't read your language. Is that your complete variable name or some error message? What does it say when you typeecho %TMP%Did you use a tweak to disable shortfile name creation?<{POST_SNAPBACK}>This is the translation:C:\DOCUME~1\Administror\Local is not recognized as a internor extern command, program or batchfile
August 16, 200521 yr I'm sorry to say this but I've got a problem running ncab.exe . In compability mode it doesn't report anything, under normal mode it report this:C:\DOCUME~1\Administrator\Local wordt niet herkend als een interneof externe opdracht, programma of batchbestand.and then just stops. Any solutions perhaps?<{POST_SNAPBACK}>i had the same problem thats becaus eof the space in "local settings" i just changed the temp variable to c:\temp and everything was fine. ofcourse i changed it back to original setting %user... after ncabbing<{POST_SNAPBACK}>There's also a space in "Documents and Settings", and it was truncated correctly, so why wouldn't "local settings" be? That seems kinda strange. Sorry, I can't read your language. Is that your complete variable name or some error message? What does it say when you typeecho %TMP%Did you use a tweak to disable shortfile name creation?<{POST_SNAPBACK}>i have changed my documents and settings dir to Users Edited August 16, 200521 yr by gmx
August 16, 200521 yr @vcBlackBox tried your soft on Win2000 sp4 + winrar 3.5 beta +7Zip 4.18 beta+ nero-6.6.0.12.exebut it stopped when searching nero-6.6.0.12.exe and said :Nero building process FAILED!It appears you do not have Nero Package 1 in this directoryand off course the exe is in the same directory.....could you help me, or maybe ncab don't work on 2000 ?<{POST_SNAPBACK}>I got morless the same error, im running xpsp2.... I get"ERROR: Nero package 1 was not found in this directory.The minimum version is Nero-6.6.0.12.exe or higer.Press any key to contiune . . . Edited August 16, 200521 yr by pauluk83
August 17, 200521 yr @pauluk83,have you tried using newer versions of Nero, 7-zip and Winrar?<{POST_SNAPBACK}>Using winrar 3.50 and will try the new build of 7zipUsing 4.26 of 7 zip and still getting the same errors Edited August 17, 200521 yr by pauluk83
August 17, 200521 yr Author @pauluk83This sounds like a similiar problem someone mentioned awhile ago. If you modify the starting directory when a cmd prompt is opened, plz restore back to default and that should fix your problem.
August 18, 200521 yr @pauluk83This sounds like a similiar problem someone mentioned awhile ago. If you modify the starting directory when a cmd prompt is opened, plz restore back to default and that should fix your problem.<{POST_SNAPBACK}>ok how do i do that .. i also used xpize but removed all the backup files
August 19, 200521 yr works like a charm, xp sp2, 7zip426, winrar350 nero-6.6.0.16 33434kb removed everything down to 15349kb
August 20, 200521 yr @pauluk83This sounds like a similiar problem someone mentioned awhile ago. If you modify the starting directory when a cmd prompt is opened, plz restore back to default and that should fix your problem.<{POST_SNAPBACK}>ok how do i do that .. i also used xpize but removed all the backup files<{POST_SNAPBACK}>This is what I've got for my command prompt defaults...Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]"AutoRun"="""CompletionChar"=dword:0000040"DefaultColor"=dword:00000000"EnableExtensions"=dword:00000001"PathCompletionChar"=dword:00000040Copy that into notepad and save it as CommandPromptDefaults.reg (or whatever.reg) and run it. That should solve your problems.
August 20, 200521 yr I get the message that it can't find winrar on my system but i do have winrar installed! (3.11) , also tried 3.40..
August 22, 200521 yr Good morning to everybody.Yesterday I was playing with this excelent application and trying to solve the only problem I have: how to specify the install directory.Then, I found that the answer was under my eyes:C:\Nero-6.6.0.14.exe /HELP which indicates this switch: /PATH= (indicates the target path).So, in Nero_Installer.cmd, in the same line where one enters the serial number I just add the switch /PATH=%programfiles%\TESTING and it worked.The only problem was, as vcBlackBox had already pointed out, the cleanup section.So, before that line I put SET ZZ=%programfiles%\TESTING, then /PATH=%ZZ%, like this:echo.echo --------------------------------echo Nero Installationecho --------------------------------echo.SET ZZ=%programfiles%\TESTINGstart /wait setupx.exe /SFX /SILENT /NO_UI /NOREBOOT /PATH=%ZZ% /WRITE_SN /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXXFinaly, I replace all instances of%ProgramFiles%\Ahead with %ZZ%.And it works, as far as I can test. The only strange thing happening is when I uninstall Nero program, CoverDesign, Nero BackItUp and Nero StartSmart folders, which I didn't install and wheren't there, appear. I am no coder, so certainly there is a better way of doing what I did.I hope this interests someone besides me.
August 25, 200521 yr Author @JohnSgreat find.I'll probably add this to my next version. Where it says /PATH="%ZZ%", add the quotes because the variable may contain spaces. EDIT:The only strange thing happening is when I uninstall Nero program, CoverDesign, Nero BackItUp and Nero StartSmart folders, which I didn't install and wheren't there, appear. blink.gif blink.gifI believe this is due to your testing of different configurations in NCAB (installing/uninstalling/re-installing without rebooting). Use the Nero Clean-up Utility. That might help you fix that problem. Edited August 26, 200521 yr by vcBlackBox
August 25, 200521 yr One small request. Can you make it so Nero doesn't throw in dozens of its own file extensions?
Create an account or sign in to comment