**
Hi,
ARS 7.5 Patch 6
Windows Server 2008, SP2
Problem:
By pressing a button a batch script should start in a
command shell with the option /V:ON
I need this option for delayed
environment variable expansion using ! as a delimiter
I tried
this statement:
@@: cmd /V:ON
$txt_BatchVerzeichnis$\HostFileImport.bat
This statement does
not work.
If i tried this statement
@@:
$txt_BatchVerzeichnis$\HostFileImport.bat
it works, but i can
not use spliting variables in a batch script.
Does anybody
know, how to start a batch script in a command shell with this option
?
Thanks in advance !
Tristan
_attend WWRUG11 www.wwrug.com ARSlist: "Where the Answers Are"_
- Run Process - cmd /V:ON Batch [email protected]
- Re: Run Process - cmd /V:ON Batch Kimberly Santana

