Forwarder creator v2 by suloku.
Based on Shizzy's dol forwarder creator alpha
________________________________________________

v2 changes:

-It now asks for the file type (dol or elf) after typing the folder's name. Press intro to make it point to sd:/apps/myfolder/boot.dol or n and then intro to point to sd:/apps/myfolder/boot.elf.
-It can also take command line args like this:
	Dol: forwarder.exe myfolder ->creates a myfolder.dol pointint to boot.dol
	Elf: forwarder.exe myfolder elf ->creates a myfolder_elf.dol pointint to boot.elf


Usage:

Run the app and it will prompt for a folder name between 3 and 21 characters. Input the folder name you want and a .dol file with the same name as the folder you inputted will be created.

The program also supports command line, such as "forwarder.exe myfolder", creating a myfolder.dol file.

The dol files are created at the same path as the binary file.

Note that you wont be able to use the characters not supported by the filesystem, so restraing from using symbols such as slashes.

Credits:
Shizzy - original idea
djdynamite123 - forwarder base files
Joshwraith - made me know the existence of dol forwarder creator