Re: Re: MSDos.

Posted by Jack on April 30, 2001 at 14:59:40:

In Reply to: Re: MSDos. posted by Jean Claude Servaye on April 30, 2001 at 14:31:28:

: Uses .....,ShellApi;

:
: //exemple1
: ShellExecute(0, 'open', 'Winzip32.exe','-a a:LEData.zip *.dbf *.mdx *.dbt' , nil, SW_NORMAL);

: //exemple2
: ShellExecute(0, 'open', 'C:\test.txt', nil, nil, SW_NORMAL);

Great thanks! Ok, just one more thing: How do you go about changing directorys EG: c:, cd\, cd temp?




Related Articles and Replies: