Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
zhadrakas
Specialist II
Specialist II

Supporting Task to Delete a File

i have created a supporting task with a "File Exists Trigger" that check if a control file is there.

That is working fine. After that another Supporting Task should run to delete that file.

Please help me to get that to work.

I'm working with Qlikview Server 12.3 (Windows Server 2019)

if possible i don't want to use a file at all. Best thing would be get a working statement for "command line statement"

Delete_File.png

.BAT File:

 

del Q:\Input_Output\BM.ready

 

 

regards

tim

 

 

 

 

Labels (1)
1 Solution

Accepted Solutions
zhadrakas
Specialist II
Specialist II
Author

seems like i had other problems there. after some testing this line did work 

cmd.exe /C del PATH\BM.ready

 

View solution in original post

1 Reply
zhadrakas
Specialist II
Specialist II
Author

seems like i had other problems there. after some testing this line did work 

cmd.exe /C del PATH\BM.ready