Microsoft
Software
Hardware
Network
Question : ShellExecute alternative
On windows I use ShellExecute (
http://msdn.microsoft.com
/library/d
efault.asp
?url=/libr
ary/
en-us/
shellcc/pl
atform/she
ll/referen
ce/functio
ns/
shellex
ecute.asp
)
to launch external programs.
I want to do the same thing on a linux box,
What command should i use?
Thank you for your help
Answer : ShellExecute alternative
system() or exec()
See 'man system' and 'man exec'.
Random Solutions
SMTP messages stuck in Exchange Queue. Suspect DNS issues.
Re-join a member server to a new domain controller same domain
convert long and lat to X, Y coordinates
cluster DHCP
Find cmd failing with "find: paths must precede expression" however works on command line.
Exchange 2003 - mail flows in and out, but can't browse OWA
In form, how to save the content of textbox into a text file at pre-assigned location.
Cannot copy shortcut to desktops
Applying transform to Office 2003 deployment in group policy
Comparing strings to verify alphanumerical order.