First: Thank you for the new version 8.4.
But always, when I use a new version, I have to correct my programs for some compiler announcements not existing in the older versions. In this case, the call of command_line is in 8.3 and 8.4 different:
winapp
character*20 command
call command_line(command)
write(*,*) 'xxx ',command,' yyy'
end
This is my testprogram, when I start it, all is ok, when I use use 8.3. By using 8.4 on the command line, all is also ok, but by dupleclick on the programname in the Explorer, there will be a ''' in command. In some cases, this could give errors in the execution of programs using command_line.
Hartmut