Hello,
within my application I start another program using the cissue command. The code look like this:
call change_mlo_file(Ld_Lq_Up)
call cissue('startwfe.bat',i)
write(*,'(1X,A)') 'Read BCH ...'
call read_BCH_file(Ld_Lq_Up)
call cissue('delete.bat',i)
However, the program (another exe) I call writes data in the same command prompt (window) as ma main program. Is there a possibility that the program I calls, is executed in a new window (command promt)?
Regards Jacaues