Home
Help
Search
Login
Register
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Windows SE26 vsdiff does not work with start /wait
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Windows SE26 vsdiff does not work with start /wait (Read 538 times)
ebbe
Community Member
Posts: 24
Hero Points: 2
Windows SE26 vsdiff does not work with start /wait
«
on:
November 09, 2021, 02:58:26 pm »
Hi
I just discovered the hard way that the SE26 Windows version of vsdiff.exe returns immediately to the command line when called as follows:
Code:
[Select]
start /wait vsdiff.exe
The Windows SE25 version of vsdiff.exe does not return until it is closed by the user - and this is the expected behavior.
Logged
Dan
SlickEdit Team Member
Senior Community Member
Posts: 2732
Hero Points: 144
Re: Windows SE26 vsdiff does not work with start /wait
«
Reply #1 on:
November 09, 2021, 07:28:17 pm »
I will be looking into this.
Logged
Dan
SlickEdit Team Member
Senior Community Member
Posts: 2732
Hero Points: 144
Re: Windows SE26 vsdiff does not work with start /wait
«
Reply #2 on:
November 23, 2021, 04:43:15 pm »
Sorry for the slow reply on this. What I get isn't what I would expect, but I get the same in 25.0.2.
Have you tried running vsdiff.exe without start? It should wait, and that is what I'm seeing 26.0.0.
Logged
jporkkahtc
Senior Community Member
Posts: 2509
Hero Points: 206
Text
Re: Windows SE26 vsdiff does not work with start /wait
«
Reply #3 on:
December 03, 2021, 09:36:16 pm »
The difference is V25, VSDiff.exe would launch VS.exe, and VSDiff.exe stays running.
In V26, VSDiff.exe launches VS.exe, then VSDiff.exe terminates right away - so there is no way for a script or anything to wait for the real VSDiff to end.
Logged
Dan
SlickEdit Team Member
Senior Community Member
Posts: 2732
Hero Points: 144
Re: Windows SE26 vsdiff does not work with start /wait
«
Reply #4 on:
December 05, 2021, 08:59:41 pm »
Clark fixed this for 26.0.1.
Logged
ebbe
Community Member
Posts: 24
Hero Points: 2
Re: Windows SE26 vsdiff does not work with start /wait
«
Reply #5 on:
December 06, 2021, 08:16:47 am »
Thank you
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Windows SE26 vsdiff does not work with start /wait