Registry creation to Run Wscript files
Posted: Fri Sep 30, 2005 3:14 pm
ok here is my problem,i usually make a new .reg file using the command
so that the programs that i creat run at startup but i was trying to eneter this value in REGEDIT.exe as
using the .reg file generated by my programs that looks like this
on execution of the file it says that registries have been entered succesfully but no registry has been made in regedit.exe
so please help me with my reg file
and is there any other method by which i can make registry enteries into regedit without having to generate .reg file every time i mean like is there a command in Qbasic with which i can enter values directly in regedit.exe
Code: Select all
Open file.reg for output as #1
Code: Select all
Wscript C:\file.vbs C:\file.bat
Code: Select all
REGEDIT 4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"test"="Wscipt C:\invi.vbs C:\make.bat"
so please help me with my reg file
and is there any other method by which i can make registry enteries into regedit without having to generate .reg file every time i mean like is there a command in Qbasic with which i can enter values directly in regedit.exe