Ok.. im experimenting to "learn" for my project..
and here´s the problem ..
yeah yeah .. i know theres possibly as many ways to do this as there areCode:sRegfile = Dialog.FileBrowse(true,"test",_DesktopFolder,"Regfiles (*.reg)|*.reg|"); sWindir = _WindowsFolder sRegedit = String.Concat(sWindir,"\\regedit.exe"); sExecute_me = String.Concat(" /s ",sRegfile[1]); Dialog.Message("hej",sExecuteme); Shell.Execute(sRegedit,"open",sExecute_me,"",SW_SHOWNORMAL);
users on this forum .![]()
but.. im a total newbie.. so thats the way i done it..
this works fine as long as sRegfile dont contain spaces..
so how can i get some " " in there..
eg.
c:\yada yada yada\more\regfile.reg
"c:\yada yada yada\more\regfile.reg"
some must know what im asking 'bout. ?

