Hi, guys. I need to control Mathematica through the MS-DOS command line in Visual Basic for Applications as part of a macro for CST Microwave Studio. I can call Mathematica through the command line just fine with
Shell("math", vbNormalFocus)
but when I try to enter commands afterward...