Quick question regarding Prefetch

(imported topic written by labuski91)

Isn’t there a way you can do conditional prefetching to where it wont automatically download?

i.e

if file not exist “C:\blah.exe”

prefetch blah

endif

that way if the file is there the prefetch doesnt perform?