home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
swag
/
exec.swg
/
0002_EXECINFO.PAS.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-05-28
|
153 b
|
11 lines
{$M 4096,0,4096}
Uses
Dos, Prompt;
begin
ChangeShellPrompt('Hi There');
SwapVectors;
Exec(GetEnv('COMSPEC'),'');
SwapVectors;
end.