Ide Indy Delphi

Call functions from Rundll always like that:
WinExec(PChar('rundll32 ...'),SW_SHOWNORMAL);
where rundll32... should be replaced by one of the functions below.
* Shutdown Windows:
Rundll32.exe user,ExitWindows
* Install a Screensaver:
rundll32.exe desk.cpl,InstallScreenSaver c:\windows\system\ssaver.scr
* Call the Standard newsreader:
rundll32.exe url.dll,NewsProtocolHandler borland.public.delphi.objectpascal
* Call the Standard Mailprogram:
rundll32.exe url.dll,MailToProtocolHandler info@swissdelphicenter.ch
* Make a Telnet Connection:
rundll32.exe url.dll,TelnetProtocolHandler 172.134.77.119
* Dialog: Copy Disk:
rundll32.exe diskcopy.dll,DiskCopyRunDll
* Dialog: Format Disk:
rundll32.exe shell32.dll,SHFormatDrive
* Call a Connection with a configured Connection:
rundll32.exe rnaui.dll,RnaDial Internetzugang
* Call Assistants of a Ras-Connection without previous Explanation:
rundll32.exe rnaui.dll,RnaWizard @1
* The same with Explanations:
rundll32.exe rnaui.dll,RnaWizard
* Print a Testpage on a printer:
rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintTestPage
* Call Assistants to install a printer:
rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter
* Call Add/Remove Software:
rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl
* Show Properties for Modems:
rundll32.exe shell32.dll,Control_RunDLL modem.cpl
* Call Assistants to configure a Modem:
rundll32.exe shell32.dll,Control_RunDLL modem.cpl,,add
* Show the Network configuration:
rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl
* Assistant to install hardware
rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
* Properties for the Display:
-Background
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
-Screensaver
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
-Display
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
-Settings
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
* Open a file with its associated application :
rundll32.exe url.dll,FileProtocolHandler mydocument.doc