More actions
Psp Dos | |
---|---|
General | |
Author | darksidious |
Type | Utilities |
Version | 0.2 |
License | Mixed |
Last Updated | 2008/03/22 |
Links | |
Download | |
Website | |
Source | |
PSPDos (French) is a Lua-based utility homebrew that resembles the DOS console. It features some of the basic commands found on the DOS platform, as well as some additional commands applicable for the PSP handheld.
User guide
Commands:
- makedir: Creates a folder.
- exit: Exits the program.
- cd [folder]: Enters the specified folder.
- cd -r: Returns to the root directory.
- cd -p: Returns to the previous folder.
- del [file]: Deletes a file.
- deldir [folder]: Deletes a folder.
- exe [file]: Executes a LUA file.
- time: Displays the current time.
- list: Lists the files in a folder.
- usb: Toggles USB mode on/off.
- info -a: Displays information about the PSP.
- info -c: Shows credits.
- info -g: Displays general information.
- help -[command]: Shows help for specific commands.
- edit [file] // edits a file using luaprog 0.3
- rename [file] [new] // renames the file to new
- exe [file.psp] // .psp files are the equivalent of batch files for PC
Screenshots
Changelog
v0.2
- The new updates are:
- edit [file] // edits a file using luaprog 0.3
- rename [file] [new] // renames the file to new
- exe [file.psp] // .psp files are the equivalent of batch files for PC
- The commands you can use from a .psp file are:
- exit
- deldir
- usb
- del
- mkdir
- copy
- exe // only for LUA files
- cd
External links
- Author's website - http://darksidious77.free.fr/module/news.php?id=4 (archived)
- Author's website - http://darksidious77.free.fr/module/news.php?id=5 (archived)
- XtreamLua - http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3405 (archived)
- XtreamLua - http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3309 (archived)