PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

SQR cmd 'call system using'

edited Oct 26, 2016 11:02AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 4 commentsAnswered ✓

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'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center