shellexecute
Delphi Executing command line command
I am trying to run a command-line command from inside my Delphi applicati开发者_运维问答on. ShellExecute(Form1.Handle,[详细]
2023-01-28 13:11 分类:问答Is there any problem to using this code in a Thread ? (Delphi)
i use this code in a thread (through Indy Onexecute event) . is there any problem ? function TFrmMain.ShellExecute_AndWait(FileName, Params: string): bool;[详细]
2023-01-27 18:33 分类:问答How to launch a console application from an IIS based web service, and have it visible while processing?
I\'m trying to launch a console app from an IIS based web service, but its not visible on the server.[详细]
2023-01-25 21:39 分类:问答run gbak.exe by shellexecute in c++
I want to run gbak.exe file from my MFC application to backup firebird DB, i use this order but it didn\'t work:[详细]
2023-01-23 03:21 分类:问答Executing AutoIt script from command prompt
Is there any way to execute my AutoIt script (.au3 file) from command line开发者_开发技巧?You could compile your AutoIt script and run the .exe from the command line.[详细]
2023-01-22 11:09 分类:问答inkscape shell mode
I tried to run inkscape shell mode by writing these lines in a .bat file: inkscape --shell>2.svg -e 2.png[详细]
2023-01-19 21:40 分类:问答Can I open office communicator (Lync 2010) in chat mode?
In an Win/IE environment with the right settings you can fire up a .exe file. The following code runs fine to fire up Microsoft Lync (the new name for Office Communicator).[详细]
2023-01-19 20:42 分类:问答shell_exec phpfile
I currently use this code: if(isset($_POST[\'url\']) && isset($_POST[\'trefw开发者_开发百科oorden\']) )[详细]
2023-01-18 11:20 分类:问答How do I fix "Permission denied" when I try to run an external Perl script?
system(\"logscr.ply \"); The error I get is this: Can\'t exec \"logscr.ply\": Permission denied at e开发者_JS百科al.ply line 3[详细]
2023-01-18 11:04 分类:问答How do I perform a shell execute in a chrome extension?
I\'m not finding a way to do this in the chrome.* API or even the experimental. It doesn\'t run through wscript so[详细]
2023-01-15 15:43 分类:问答