Jump to content

L.Pociask

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

About L.Pociask

Contact Methods

  • Website URL
    http://

L.Pociask's Achievements

0

Reputation

  1. I think I will do that in another way. I do a new registry file instead a RunOnceEx.cmd Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] "TITLE"="Instalowanie programu" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\005] @="Winamp" "1"="C:\\Install\\Winamp\\winamp.cmd"
  2. Sory.. but I gave wrong exeple. I tryed that way witch You showed me but it still dosnt work
  3. Hello. 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 ?
×
×
  • Create New...