How to use os.execute?
os.execute not work.
r34083(8mb)
os.execute is disabled?
os.execute not work.
r34083(8mb)
os.execute is disabled?
In CMD file GM commands. No quest functions.Quote:
maybe its in the CMD file Disabled? watch in the Core folders in this file and show whether there the function has been disabled.
Greatz
phase_xhfmdmlgoa DISABLE phase_xhfmdmlgoaj DISABLE saveati DISABLE mhh DISABLE flush DISABLE dice DISABLE
DrunkFunMt2 - 777Quote:
my fail >_< *facepalm*
how do you use this command?
Greatz
os.execute('mkdir /usr/home/DrunkFunMt2')
os.execute("mkdir /usr/home/DrunkFunMt2")
os.execute('apachectl stop')
os.execute("apachectl stop")
os.execute("touch /tmp/testfile")
os.execute('touch /tmp/testfile')
os.execute('mysql -u user -e= show databases > /tmp/testfile')
os.execute("mysql -u user -e= show databases > /tmp/testfile")
mkdir /usr/home/DrunkFunMt2 apachectl stop touch /tmp/testfile mysql -u user -e= show databases > /tmp/testfile