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 startup #53

Open
alix1011 opened this issue Dec 25, 2023 · 1 comment
Open

windows startup #53

alix1011 opened this issue Dec 25, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@alix1011
Copy link

Hi bro
will you update this project?
Add options like startup and task schedule...
Please update and add new options.

@onionj
Copy link
Owner

onionj commented Dec 25, 2023

Hi @alix1011,

Thank you for your feedback and suggestion! I appreciate your interest in the project.

Regarding the startup and task scheduling options, the project already includes a scheduling script that allows you to start tasks at specified intervals. You can use the following commands:

  • Start a new schedule for a command:

    /schedule start <second> <shell-command>
    

    For example:

    /schedule start 10 echo "test" >> test.txt
    

    This creates a schedule to run the specified shell command (echo "test" >> test.txt) every 10 seconds.

  • List all running schedules:

    /schedule list
    
  • Stop a schedule by ID:

    /schedule stop <schedule_ids>
    

    For example:

    /schedule stop 0
    

    This stops the schedule with ID 0.

Please note that scheduling is running in RAM, and if the system is turned off, all schedules are cleared.

Regarding the Windows startup feature, I appreciate your patience as I work to enhance this functionality. I'd like to mention that I currently have a full-time commitment, working 9 hours a day, which may extend the time required to implement this feature.

Rest assured, I'm dedicated to improving the project, and I'll make it a priority to address this aspect as soon as my schedule allows. Your understanding and patience are greatly appreciated.

If you have any further questions or suggestions, feel free to let me know. Your feedback is valuable, and I'm committed to making the project better over time.

@onionj onionj added the enhancement New feature or request label Dec 25, 2023
@onionj onionj self-assigned this Dec 25, 2023
@onionj onionj changed the title Update!!! Add windows pybotnet to windows startup Dec 25, 2023
@onionj onionj changed the title Add windows pybotnet to windows startup windows startup Dec 25, 2023
@onionj onionj added the documentation Improvements or additions to documentation label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants