Rav1 Posted May 29, 2014 Posted May 29, 2014 Hey all. I'm learning with autoit and can anyone give me some assistance with this line. RunWait("bcdboot"," c:windows", "", @SW_HIDE) It will not execute bcdboot. What have I done wrong? Thanks
Jfish Posted May 29, 2014 Posted May 29, 2014 file extension? Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
Solution November Posted May 29, 2014 Solution Posted May 29, 2014 Hi there, Try this RunWait(@ComSpec & " /c " & "bcdboot","", @SW_HIDE) Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now