pause(1) before deleting batch file in unix.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2707 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ratto 2009-05-27 16:31:06 +00:00
parent 3a4b5eb8e1
commit 3000a1adcd
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ end
if isunix,
system('sh ConcurrentCommand1.bat &');
pause(1)
else
system('ConcurrentCommand1.bat');
end