We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Run Batch Command Silently

mohit9garg
8 - Asteroid

Hi, I have set up a After run batch command to delete .bak files in Events. Like below.

 

mohit9garg_0-1615863154730.png

 

However I am unable to run it silently i-e appearing black cmd window.

 

Can someone advice me how can I run it in invisible mode.

 

Thanks,

Mohit 

 

6 REPLIES 6
Qiu
21 - Polaris
21 - Polaris

@mohit9garg 

Try to put @echo off at begging of your bat file?

@echo off prevents the prompt and contents of the batch file from being displayed, so that only the output is visible. 
The @ makes the output of the echo off command hidden as well.
mohit9garg
8 - Asteroid

@Qiu . I am using below code but still not working-

 

mohit9garg_0-1615866104699.png

 

Qiu
21 - Polaris
21 - Polaris

@mohit9garg 

Can you try not to seperate with different lines?

Qiu_0-1615867530242.png

 

mohit9garg
8 - Asteroid

@Qiu  sorry..no luck

Qiu
21 - Polaris
21 - Polaris

@mohit9garg 

I see the issue.
The best we can do maybe only limit it to the "Blink".

 

JokeFun
8 - Asteroid

What's the use of /s /q /f in your bat file?

Labels
Top Solution Authors