| Main > Software Forum |
| Can someone help with a little ahk script for a shell? |
| (1/2) > >> |
| Endprodukt:
I need a batch that starts programs one after another and I can't seem to get it to work. I first need to start a scrip that's giving me a desktop background in a custom shell, then hyperspin should launch which starts mamehooker as well. That's my ahk: Run, c:\wallpaper.exe marqeuee.bmp Sleep, 2000 Run, c:\hyperspin\hyperspin.exe Doesn't work, what am I missing? Wallpaper app works, so does hyperspin that starts mamehooker, but the script doesn't launch one after another. |
| degenatrons:
Code looks ok but you mispelled marquee in the BMP filename, could that be it? |
| Endprodukt:
Oh, no its correct in the script. |
| Endprodukt:
Maybe that's a stupid question but does ahk need to be installed on the computer im using the ahk batch file on? |
| degenatrons:
--- Quote from: Endprodukt on July 19, 2013, 09:05:32 am ---Maybe that's a stupid question but does ahk need to be installed on the computer im using the ahk batch file on? --- End quote --- yep, unless you have compiled to .exe |
| Navigation |
| Message Index |
| Next page |