Click to See Complete Forum and Search --> : what's up, I can't execute
Hjerdt
10-31-2000, 01:57 PM
Hiya!
I've just downloaded a few games with the filetype "exe". It just wont allow me to execute it, why? It just says permission denied.
Could you give a hand?
Thanks
Erik
ph34r
10-31-2000, 02:06 PM
.exe's are windows programs usually. If you got a installer, you may need to chmod +x it.
chmod +x setup.sh
./setup.sh
Hjerdt
10-31-2000, 02:25 PM
Hmm... but it was a KDE game, so basically it's called kchel35.exe, how would I type to get it working you recon
Originally posted by ph34r:
.exe's are windows programs usually. If you got a installer, you may need to chmod +x it.
chmod +x setup.sh
./setup.sh
wmHardRock
10-31-2000, 03:57 PM
Maybe you should learn about Linux before playing games...
ph34r
10-31-2000, 04:03 PM
Try
chmod +x kchel35.exe
./kchel35.exe