Page 1 of 1
Run a .bat file from runrev
Posted: Sat May 16, 2009 2:30 pm
by bidgeeman
Hi.
I'm very green at coding so please forgive my learning process.
Can someone please give me some tips on writing a code to run a .bat file?
Cheers
Bidge
Posted: Sat May 16, 2009 2:32 pm
by BvG
look at the following possible usable commands/functions in the dictionary:
shell()
launch
launch document
Posted: Sat May 16, 2009 2:34 pm
by bidgeeman
Thanks for the pointer bvg
Bidge
Posted: Sat May 16, 2009 3:11 pm
by bidgeeman
Thanks for the help. I got it to run the .bat file but is there a way to stop the .bat file DOS window from popping up? Is there a way to run it in the background or hidden?
Cheers
Bidge
Posted: Sat May 16, 2009 3:12 pm
by BvG
yes, you want the hideConsoleWindows property
Posted: Sat May 16, 2009 3:19 pm
by bidgeeman
Wow....thanks for the quick response BvG! I'm slowly learning
Many thanks again
Bidge