Updated.
This commit is contained in:
parent
a43295d1ec
commit
6c1b3e74b8
|
@ -5,11 +5,13 @@ Alphabetical List of Windows 95 Control Panels
|
|||
Filename Description
|
||||
|
||||
APPWIZ.CPL Software Properties
|
||||
,NewLinkHere %1 - Create new .lnk link "%1"
|
||||
DESK.CPL Desktop Properties
|
||||
,,0 - Background Properties
|
||||
,,1 - Screen Saver Properties
|
||||
,,2 - Color Properties
|
||||
INETCPL.CPL Internet Properties (does not take arguments)
|
||||
INETCPL.CPL Internet Properties
|
||||
,SiteCERT_RunFromCmdLine %1 - View site certificate "%1"
|
||||
INTL.CPL Internation Country/Timezone Properties
|
||||
,,0 - Country-specific settings
|
||||
,,1 - Numbers
|
||||
|
@ -34,6 +36,7 @@ MODEM.CPL Modem Properties (does not take parameters)
|
|||
MSWEBCPL.CPL Personal WebServer Properties (comes with Win95 4.0B)
|
||||
(does not take parameters)
|
||||
NETCPL.CPL Network (does not take parameters)
|
||||
ODBCCP32.CPL 32bit-ODBC Properties
|
||||
PASSWORD.CPL Password Properties (does not take parameters)
|
||||
SYSDM.CPL System Properties
|
||||
,,0 - Generic
|
||||
|
@ -53,14 +56,40 @@ TIMEDATE.CPL Time/Date Properties
|
|||
Alphabetical List of alien CPLs / rundll commands
|
||||
-------------------------------------------------
|
||||
|
||||
command: amovie.ocx,RunDll
|
||||
description: run ActiveMovie Viewer
|
||||
command: amovie.ocx,RunDll [/play] [/close] %1
|
||||
description: open document %1 in ActiveMovie Viewer
|
||||
/play: auto-play document
|
||||
/close: close viewer after playing
|
||||
|
||||
command: deskcp16.dll,QUICKRES_RUNDLLENTRY
|
||||
description: show SVGA display manager in task bar
|
||||
|
||||
command: mailnews.dll,EMLFileHandler %1
|
||||
description: ?
|
||||
|
||||
command: mailnews.dll,Mail_RunDLL %1
|
||||
description: ?
|
||||
|
||||
command: mailnews.dll,News_RunDLL %1
|
||||
description: ?
|
||||
|
||||
command: rnaui.dll,RnaRunImport %1
|
||||
description: ?
|
||||
|
||||
command: shscrap.dll,OpenScrap_RunDLL /r /x %1
|
||||
description: ?
|
||||
|
||||
command: shell32.dll,Control_RunDLL %1,%*
|
||||
description: open control panel file "%1" with parameters "%*"
|
||||
(control.exe is a user front end for this call)
|
||||
|
||||
command: shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder
|
||||
description: show "Printers" Explorer Window
|
||||
|
||||
(add your alien commands here)
|
||||
command: url.dll,FileProtocolHandler %1
|
||||
description: tell system to handle file protocol "%1"
|
||||
|
||||
command: url.dll,OpenURL %1
|
||||
description: launch default web browser, open "%1" site.
|
||||
|
||||
(add your alien commands here)
|
||||
|
|
Loading…
Reference in New Issue