From 6c1b3e74b8976c4fe1f82ffa60ade5e5cf17be21 Mon Sep 17 00:00:00 2001 From: Marcel Baur Date: Sun, 18 Oct 1998 14:12:37 +0000 Subject: [PATCH] Updated. --- programs/control/cpl_list | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/programs/control/cpl_list b/programs/control/cpl_list index a4dc9382be8..bdd7231a6dd 100644 --- a/programs/control/cpl_list +++ b/programs/control/cpl_list @@ -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)