Psp Dos: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
|image=pspdos.png | |image=pspdos.png | ||
|description=Utility homebrew that resembles the DOS console. | |description=Utility homebrew that resembles the DOS console. | ||
|author= | |author=Dark Sidious | ||
|lastupdated=2008/03/22 | |lastupdated=2008/03/22 | ||
|type=Utilities | |type=Utilities | ||
| Line 60: | Line 60: | ||
* Author's website - [https://web.archive.org/web/20081113195220/http://darksidious77.free.fr/module/news.php?id=4 http://darksidious77.free.fr/module/news.php?id=4] (archived) | * Author's website - [https://web.archive.org/web/20081113195220/http://darksidious77.free.fr/module/news.php?id=4 http://darksidious77.free.fr/module/news.php?id=4] (archived) | ||
* Author's website - [https://web.archive.org/web/20081113194956/http://darksidious77.free.fr/module/news.php?id=5 http://darksidious77.free.fr/module/news.php?id=5] (archived) | * Author's website - [https://web.archive.org/web/20081113194956/http://darksidious77.free.fr/module/news.php?id=5 http://darksidious77.free.fr/module/news.php?id=5] (archived) | ||
* XtreamLua - [https://web.archive.org/web/20080330183048/http://xtreamlua.com/modules.php?name=Forums& | * 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& | * 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]] | [[Category:Lua applications on PSP]] | ||
Latest revision as of 21:24, 5 February 2025
| Psp Dos | |
|---|---|
| General | |
| Author | Dark Sidious |
| 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)