Pages: 1
Could someone make a block which opens a program outside of scratch, like GIMP? This would help with accessing all editing software from my mod. Thanks, Steven
Offline
just use the open URL block or Go block
ScratchPlugin primOpenUrl: 'C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.exe'
will open Microsoft Word on Windows 7.
Wouldnt it need to be Exe file then? For gimp it would need to run X11 first or something