Hallo
Ich lese aus der registry:
ich bekomme ich z.B
Meine Frage ist jetzt, wie splite ich das
blabla.exe von dem path ab? Sodass ich nur diesen Pfad habe C:\blablabla\blabalbalb\
Ich hab das früher gewusst, das war irgendwie:
2.)
Hat jemand schonmal thinstall ausprobiert und hat man da wirklich nur eine exe?
mfg
Ich lese aus der registry:
Code:
Result = Registry.RegValueGet(HKEY_CURRENT_USER, "Software\" & _
"blabla", "blaba", Text)
ich bekomme ich z.B
Code:
C:\blablabla\blabalbalb\blabla.exe von der registry zurück
Meine Frage ist jetzt, wie splite ich das
blabla.exe von dem path ab? Sodass ich nur diesen Pfad habe C:\blablabla\blabalbalb\
Ich hab das früher gewusst, das war irgendwie:
Code:
Text = Split(Left$(Text, 0), "\")
2.)
Hat jemand schonmal thinstall ausprobiert und hat man da wirklich nur eine exe?
mfg