Author |
Message |
Alice
Joined: 29 Jan 2015 Posts: 277
|
Posted: Wed Aug 26, 2015 9:10 pm Post subject: Run VV from a .bat File, but instantly close the DOS window |
|
|
Hi, any idea how I start ViceVersa pro 2.5 (Build 2515) - (64-bit) from a DOS Batch File (.bat) with a VV Profile executing and also the '/autocompare' switch in effect....crucially I need to close the DOS window immediately after the VV command is run ?
Current .bat file is :
c:
cd \
cls
start "c:\Apps\ViceVersa Pro\ViceVersa.exe" "s2clup.fsf" /autocompare
exit
This works, ie VV starts and the DOS .bat window closes, but the '/autocompare' switch is not executed...
Tks |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8758
|
|
Back to top |
|
|
Alice
Joined: 29 Jan 2015 Posts: 277
|
Posted: Thu Aug 27, 2015 6:12 am Post subject: |
|
|
Genius !
That worked perfectly, thank you. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8758
|
Posted: Thu Aug 27, 2015 11:44 pm Post subject: |
|
|
Apparently one of the parameters of the START command has to be the title of the cmd window, in this case I used "ViceVersa". I think without it /autocompare became the title. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|