Jump to content




Other Ways To Run Programs In Scripts Other Then Shell.run()


  • You cannot reply to this topic
2 replies to this topic

#1 elfin8er

  • Members
  • 133 posts

Posted 14 December 2012 - 09:10 AM

To make a long story short, I can't use shell.run() to run a program in a script, so I was wondering if there are any other commands I can use to run programs in a script.

#2 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 14 December 2012 - 09:14 AM

You can use dofile("program"), or loadstring("program")()

#3 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 14 December 2012 - 10:32 AM

There's also os.run. Why won't shell.run work?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users