views:

22

answers:

1

I've made an easy batch to start an application (it opens a pdf in pdf reader):

@ECHO off
start ../folder/index.pdf

When I launch my batch, the console is shown for a couple of seconds and then is closed when the reader is launched,

Is it possible to hide the console when I launch the batch? So on launching the batch only the reader opens, without showing the console before.