Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Psp Dos

From GameBrew
Psp Dos
Pspdos.png
General
Authordarksidious
TypeUtilities
Version0.2
LicenseMixed
Last Updated2008/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

pspdos2.png

pspdos3.png

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

Advertising: