vb script during FBA -> (ExitCode: 0x1)

D

Damien

Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob
 
K

KM

Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM
 
R

Robert

How about the VB Runtime Library Component? Do you that
in your image?

Robert
-----Original Message-----
Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM
Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob


.
 
D

Damien

Hi,
thanks for your reply !
I've got Windows Script Engines & Visual Basic 6 Runtime !

For information, my script work fine when using the Task Manager Shell !
I've got this problem only with Explorer Shell

Thanks for your help
Bob


Robert said:
How about the VB Runtime Library Component? Do you that
in your image?

Robert
-----Original Message-----
Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM
Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob


.
 
K

KM

Damien,

Sorry I did not get that quite. Have you fixed the problem by adding WS and VB engines? Or still the problem exists?
Then are you able to repro the issue when you run the script command manually from the shell or CMD?

--
Regards,
KM

Hi,
thanks for your reply !
I've got Windows Script Engines & Visual Basic 6 Runtime !

For information, my script work fine when using the Task Manager Shell !
I've got this problem only with Explorer Shell

Thanks for your help
Bob


Robert said:
How about the VB Runtime Library Component? Do you that
in your image?

Robert
-----Original Message-----
Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM

Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top