私はプロンプトで実行されるこのコマンドを持っています:
echo "python setHeater.py" | at 16:30
Pythonプログラムからそれを実行するにはどうすればよいですか?
私のプログラムでは、日付を作成し、それを文字列に連結します。
newtime = createnewtime()
commandToExecute = 'echo "python setHeater.py" | at ' + newtime
#and then here the code to actually run the command in the command environment