Guest User

Untitled

a guest
Dec 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # Willy3DS Setup Script
  2. # last changed:12/14/18
  3. # author: willycrespo
  4.  
  5. set SUCCESSMSG "Willy3DS Installed to system"
  6.  
  7. set ERRORMSG "Willy3DS failed to install"
  8.  
  9. ask "Install Willy3DS to your system (This will not \nreplace Luma3DS)"
  10. allow :/
  11.  
  12. #installtion process
  13.  
  14. mkdir :/
  15.  
  16. cp :/willys/willy_nir.bin 1:/rw/willy_nir.bin
  17.  
  18. # Renaming Willy3DS Folder (you must change it to willy3ds instead of willys)
  19.  
  20. input "Rename the Willy3DS Folder?,you can always change this later :) " DIRNAME
Add Comment
Please, Sign In to add comment