Hello Lisa Nux,
there are several issues here.
First line sets an variable OUTFILE to C:\Users\Lisa\Desktop\UNi\WS1516\CT\output1.txt
but the output states that it is OUTFILE = C:\Users\Lisa\Desktop\CT.txt ??
Second line you open a command prompt with switch /C, which means cmd should terminate
after command has been executed but you do not provide an command.
Third line should execute perl with first parameter being the script which should get executed
but, at least what you’ve provided, there is a space between \CT\ and PG_SCRIPTS… so perl
cannot execute the script. Maybe that’s the source of the issue.
and in this line
C:\PERL\DWIMPERL\PERL\BIN\PERL.EXEC:\USER\Lisa\Desktop\CT\PG_SCRIPTS\check_001.PL DT “(FULL_CURRENT_PATH)” >(OUTFILE)
there isn’t a space between PERL.EXE and C:\USER…
Cheers
Claudia