This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Universal Manager Wiki (Page 3)
VoltZ edited this page Jul 8, 2019
·
2 revisions
- In this section, you'll find the syntax for learn to make your own scripts
- Scripts are .scpt files located on
SD:Universal-Manager/scripts
. You create a text file, give it the name you want,.scpt
extension and place it on the said path. Inside, you use the following commands
function arguments
- Arguments must be separated using tab.
- Paths must use
/
not\
- SD Card root is
sdmc:/
- Arguments don't go inside
"
or'
- Downloads a file from a github release
- Usage
downloadRelease Arg#1 Arg#2 Arg#3
- Arg#1 - The Github repo from where the release will be downloaded
- Arg#2 - The file to download from the release
- Arg#3 - Path of where the downloaded file is gonna be saved and the name it will have
- Downloads a file from a url
- Usage
downloadFile Arg#1 Arg#2
- Arg#1 - Link of the file to download
- Arg#2 - Path of where the downloaded file is gonna be saved and the name it will have
- Extracts a 7z or Zip file
- Usage
extract Arg#1 Arg#2 Arg#3
- Arg#1 - Path of the Zip/7z file to extract
- Arg#2 - Folder/File to extract from the Zip/7z file
- Arg#3 - Path where the extracted folder/file will be
- Installs a CIA file
- Usage
install Arg#1
- Arg#1 - Path of the CIA file to install
- Deletes a file. (You can't use this for delete folders)
- Usage
delete Arg#1
- Arg#1 - Path of the file to delete
- Prints a message on screen
- Usage
msg Arg#1
- Arg#1 - Text to print on screen
- Creates a Folder.
- Usage
mkdir Arg#1
- Arg#1 - Path to the created Folder.
Continue to : Settings
You have questions? Want to report a bug? Have a suggestion? You can post all of this on Universal-Team's Discord Server
Wiki Pages :