SQR cmd 'call system using'
I have included a very simple SQR (verson 8.5.4.14) where I am trying to fire off a DOS command.
All the examples and information I have found, use the syntax below. I tried to open a case, but was told this is customization work and was shut down.
I am simply trying to copy the .log files from one folder to another or trying to perform any basic dos command.
What am I missing?
Thanks in Advance - Larry
begin-program
do 100-test
end-program
! ****************************************************************
! 100-Test
! ****************************************************************
begin-procedure 100-test
Let $Commmand_line = 'cmd.exe /c Dir c:\temp\*.log > c:\temp\log_list.txt'