I have a big problem with this file. RunOnceEx.cmd
In now days I know where a problem is.
This is a code of run...
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Instalowanie Programow" /f
REG ADD %KEY% 005 /VE /D "winamp" /f
REG ADD %KEY% 005 /V 1 /D "%systemdrive%\Install\winamp\winamp.cmd" /f
EXIT
winamp.cmd is working. I checked that.
And now :
first line of reg add is going to the registry and is a visible there but
another lines not..
I dont know why another commends arent in registry
If I want to add for exemple REG ADD %KEY% 005 /VE /D "winamp" /f
in cmd than is see a command : Error bad name of file or something like that.
I known that registry should look :
Title
and than a subfolders with command to install a program.
but.. these subfolders arent create :/
Can anyone tell me something about this problem ?
This post has been edited by L.Pociask: 01 August 2005 - 05:23 AM



Help
Back to top








