Title: How to start Delphi with some Secret command line Switches
-ns : ("no splash") flag skips the splash screen
: Startet Delphi ohne Splash Screen (ab Delphi 2)
(Delphi 2 and later)
Delphi32.EXE -ns
-np : ("no project") flag tells Delphi not to open an
empty project on startup
: Startet Delphi, ohne ein leeres Projekt zu ?ffnen.
(Delphi 5 and later)
Delphi32.EXE -np
(Delphi 3 and later)
Delphi32.EXE -hm
-attach: Attach to running process.
This command-line is used to make Delphi a JIT
debugger on Windows 95/98/NT.
Delphi 4 and later.
Note:
These command-line switches are
case-insensitive and can be prefixed with
either - or /.