![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
I have to pass control from my script to the Windows "Find" command. FIND requires that you pass it the information you would like to find using "". Here is the command structure : Const strLaunchCmd = "cmd.exe /k dir c:\ /s /b | find /i "string" output.txt" VB errors out on the quotes around string - is there a way to pass this command without VB erroring out? I know some scripting languages allow you to place special characters around "" to enable them to be used in this kind of situation - does VB have the same capabilities? Thanks... |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |