Open Windows Dialogs
Copy&Paste each code line to open the specified Windows
dialog.
Display Properties, Background Tab
Call SHELL("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0", 1)
Display Properties, Screen Saver Tab
Call SHELL("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1", 1)
Display Properties, Appearance Tab
Call SHELL("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2", 1)
Display Properties, Settings Tab
Call SHELL("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3", 1)
Format Dialog
Call SHELL("rundll32.exe shell32.dll,SHFormatDrive")
Copy Disk To Disk Dialog
Call SHELL("rundll32.exe diskcopy.dll,DiskCopyRunDll 0,0", 1)
Explanation: first 0 = from which drive
second
0=to which drive
0
= drive a: ; 1 = drive b:
Open With (The User Choose With Which Program To Open Specific File)
SHELL ("rundll32.exe shell32.dll,OpenAs_RunDLL
c:\autoexec.bat")