Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows timers use deprecated "AT command" instead of schtasks (pwsh) #1287

Open
dylanh724 opened this issue May 31, 2024 · 0 comments
Open

Comments

@dylanh724
Copy link

dylanh724 commented May 31, 2024

Describe the bug

When asking to run a task "in 15 minutes", it uses some deprecated command if run from pwsh (unsure about other shells).

Reproduce

  1. Ask it to do a task "in 15 minutes"

Expected behavior

The timer would be set successfully

Screenshots

  The Git commit has been successfully created with your specified message.

  Next Step: I will schedule the Git push to occur in 15 minutes from now.

  Recap: Setting up the timer to execute the Git push in 15 minutes.



  echo 'git push' | at 17:15


  D:\repos\home\testproj>echo ""
  ""
  D:\repos\home\testproj>echo 'git push' | at 17:15
  The AT command has been deprecated. Please use schtasks.exe instead.
  Invalid command.
  The AT command schedules commands and programs to run on a computer at
  a specified time and date. The Schedule service must be running to use
  the AT command.

Error in sys.excepthook:

Original exception was:

Open Interpreter version

0.2.5

Python version

3.10.11

Operating System name and version

Win11

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant