About 511,000 results
Open links in new tab
  1. How do I execute a program or call a system command?

    How do I call an external command within Python as if I had typed it in a shell or command prompt?

  2. execute if a custom named item is on the ground? [Command …

    Jun 1, 2019 · So I used to do a lot of command block adventure maps back in the day, but they've seemed to have changed a lot of the commands now in 1.14. I've understood that /testfor isn't …

  3. process - How do I execute a command and get the output of the …

    Jan 26, 2009 · I am looking for a way to get the output of a command when it is run from within a C++ program. I have looked at using the system() function, but that will just execute a command.

  4. How do I test if someone is standing at coordinates with /execute

    Aug 14, 2019 · I don't have any idea what I'm doing with the new /execute command in 1.13 How can I simply test if someone is standing at one location?

  5. c# - How to use executeReader () method to retrieve the value of …

    29 It is not recommended to use DataReader and Command.ExecuteReader to get just one value from the database. Instead, you should use Command.ExecuteScalar as following:

  6. (SOLVED) Executing command when certain gametime?

    Oct 20, 2024 · /execute if score #time time matches 6666 run tellraw @a "here" Another way to do this is setup a constantly score adding command that represent daytime tick, nice and …

  7. How do I use su to execute the rest of the bash script as that user?

    Once I exit, then the rest of the things execute but it doesn't work as desired. I prepended su to the svn command but the command failed (i.e. it didn't update svn in the directory desired). …

  8. [Solved] Whats the 1.13 equivalent of /testfor? - Commands, …

    Apr 7, 2022 · In 1.13, they removed the /testfor command and replaced it with /execute. How do I do /testfor in 1.13? Edit: To clarify, how would I, for example, do /testfor @p …

  9. How do you run a single query through mysql from the command …

    You can execute SQL statements in a script file (batch file) like this: shell> mysql db_name < script.sql > output.tab Put the query in script.sql and run it.

  10. How to Use the /execute Replacement Commands for 1.13+

    Feb 3, 2018 · The problem is, however, when using /as, it's not at the entity that's executing, that's what /at and /offset are for. In which case the replacement for out /execute now would be …