- Type
-
- Skript
- Tags
-
- Tags
- None
What is it?
This is a batch script that shows how you can create and use batch files effectivily. DropYox allows you to create a batch file and then "call" api.bat to run a command.
How to use it
First, extract the script to a new directory. Run the install.bat file (it will just create the directory users). Now, open Notepad or any other text editing program create a ".bat" file. Insert this code:
In this case look at the command section and find the command you wish to run. Replace {DROPYOX DIRECTORY} with the path to the directory you extracted the script to. Save the file and run it after you have added a command. (Follow command examples)
Commands:
Here are the current commands you can run:
Updates:
1.0 - Current Version
Feature Request:
What do you want the next feature to be? Post below and I will add it to the feature requests.
This is a batch script that shows how you can create and use batch files effectivily. DropYox allows you to create a batch file and then "call" api.bat to run a command.
How to use it
First, extract the script to a new directory. Run the install.bat file (it will just create the directory users). Now, open Notepad or any other text editing program create a ".bat" file. Insert this code:
Code:
@ECHO OFF
start api.bat {COMMAND HERE} {COMMAND SETTINGS} {DROPYOX DIRECTORY}
Commands:
Here are the current commands you can run:
This will create a user. Example:
Code:
start api.bat user create TestUsername TestPassword C:\DropYox
This will remove an existing user. Example:
Code:
start api.bat user remove TestUsername TestPassword C:\DropYox
This will view the users folder. Example:
Code:
start api.bat user view TestUsername TestPassword C:\DropYox
Updates:
1.0 - Current Version
Feature Request:
What do you want the next feature to be? Post below and I will add it to the feature requests.