Link to home
Start Free TrialLog in
Avatar of Accidental Hyper-V Administrator
Accidental Hyper-V AdministratorFlag for United States of America

asked on

Need VBScript to lauch an executabel with parameters and direct the output to a text file

Here's my command line that works perfectly from a cmd prompt.
C:\BETASys\exf.exe  -c "C:\BETASys\BETASys.md5" > "%USERPROFILE%\AppData\Local\Test\Intergrity_check_results.txt"

However, I can't figure out how to lauch this same command from a VBScript.
May I ask for some help ?
ASKER CERTIFIED SOLUTION
Avatar of RobSampson
RobSampson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Accidental Hyper-V Administrator

ASKER

Perfect !
I can't thank you enough.

:)