More actions
(Created page with "{{Infobox PSP Homebrews |title=Psp Dos |image=pspdos.png |description=Utility homebrew that resembles the DOS console. |author=darksidious |lastupdated=2008/03/22 |type=Utilities |format= |version=0.2 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/pspdos.7z |website=https://web.archive.org/web/20080330183048/http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3405 |source=https://dlhb.gamebrew.org/psphomebrew/pspdos.7z }} PSPDos (French) is a Lu...") |
No edit summary |
||
Line 62: | Line 62: | ||
* XtreamLua - [https://web.archive.org/web/20080330183048/http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3405 http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3405] (archived) | * XtreamLua - [https://web.archive.org/web/20080330183048/http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3405 http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3405] (archived) | ||
* XtreamLua - [https://web.archive.org/web/20080320012141/http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3309 http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3309] (archived) | * XtreamLua - [https://web.archive.org/web/20080320012141/http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3309 http://xtreamlua.com/modules.php?name=Forums&file=viewtopic&t=3309] (archived) | ||
[[Category:Lua applications on PSP]] |
Latest revision as of 05:01, 9 November 2024
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)