quote:
Originally posted by CookieRevised
No, it isn't. The batch file is fine. "start" isn't needed; it is used to perform task in another thread by openening a new console window.
code:
regsvr32.3xe /s k-crYpt.dll
kcrypt.reg
didn't work, it just said:
C:\Programme\Messenger Plus! 3\Plugins>regsvr32.exe /s -crYpt.dll
Befehl oder Dateiname nicht gefunden.
C:\Programme\Messenger Plus! 3\Plugins>crypt.reg
Befehl oder Dateiname nicht gefunden.
but when I changed it to:
code:
start regsvr32.3xe /s k-crYpt.dll
start kcrypt.reg
it did work.
What's wrong then ?