|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
invoke batch file with parameters
Hi all,
is it possible to invoke batch file with parameters from VB? I found this: Code:
Interaction.Shell batch_file, vbNormalFocus and I tried the following: Code:
Interaction.Shell batch_file & "param1, param2", vbNormalFocus But that does not work. Some ideas? Regards Oliver |
|
#2
|
||||
|
||||
|
Try placing a space befor param1
i.e. Interaction.Shell batch_file & " param1, param2", vbNormalFocus |
|
#3
|
||||
|
||||
|
I have already tried this...
...but without success ![]() |
|
#4
|
||||
|
||||
|
what is this, VB.NET?
|
|
#5
|
||||
|
||||
|
no ... VBA
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > invoke batch file with parameters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|