the reboot routine sounds good. Do you have a sample on the *.ini file.

Kix always wait until the "run" "shell" command has ended.

Is it possible to get all fixes etc to be installed, and then make one reboot.

ex code [first install]

; Checks location of the computer
call \\semoheat\packages\script\kix\location.kix

; Adding %COMPUTERNAME% to "My Computer"
WriteValue("HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}","LocalizedString","Den här Datorn %COMPUTERNAME%","REG_SZ")

;Converting file system to NTFS
SHELL "%COMSPEC% /c convert c: /FS:NTFS"

; Compatwrk batch file addes to RunOnce
WRITEVALUE ( "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce", "Compatwrk", "\\semoheat\packages\script\cmd\Compatwrk.cmd", "REG_SZ" )

; Installing Centuri Uppdated version
SHELL "x:\install\centuri\Centuri4.2.8.exe"

; Installing Hotfix for IE 6.0 (q319182.exe)
run "x:\install\patchar\microsoft\internet explorer\28 March 2002 Cumulative Patch for Internet Explorer\swe\6.0\q319182.exe /q"

; Installing LANDesk
SHELL "\\semoheat\ldlogon\ipsetup.bat"

*

Several of this "actions" requires user input. !!
One major reboot would be nice

Can I force(sendkey) to a Dos window (convert:NTFS) ?

A lot of can I? [Smile]

\erik