Jump to content

sswietoniowski

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

About sswietoniowski

sswietoniowski's Achievements

0

Reputation

  1. Thanks :-) Working with version 1.3 RC
  2. Thanks for response :-) It stops on first step (screenshot as attachment). Bellow my batch script (only fragment): REM ... SET logFile=".\CreateUWCDs.log" SET workDirectory="E:\UNATTENDED\system\wxpp_en_sp2\output\work" REM ... SET nLite="C:\PROGRAMS\USER\Utilities\Backup\nLite\nLite.exe" SET nLitePreset="E:\UNATTENDED\system\wxpp_en_sp2\output\presets\UWXPP.EN.SP2.-.NLITE.ini" REM ... ECHO RUNNING %nLite% /preset:%nLitePreset% /path:%workDirectory% & ECHO. (ECHO RUNNING %nLite% /preset:%nLitePreset% /path:%workDirectory% & ECHO.) >> %logFile% %nLite% /preset:%nLitePreset% /path:%workDirectory% REM ... I tried to fix it using AutoIt, but in this case it's difficuilt
  3. Welcome everyone ! Is there anyone who knows, how to run nLite from a command prompt without starting a GUI? Perhaps, it's imposible ;-), so below explanation why I'm asking and what I tried to achive. I'm using syntax like this: nlite /preset:"FULL_PATH_TO_MY_INI_FILE" /path:"FULL_PATH_TO_DIRECTORY_CONTAINS_I386" but, this way, I can't run nLite in a fully unattended mode (without a need for human interaction ;-)). I'd like to run nLite from a batch script, and don't want to do any mouse clicking. Thanks in advance for any help :-) BTW Sorry for my english
×
×
  • Create New...