|
Calling exe files from pascal
|
|
02-18-2010, 12:32 AM
Post: #1
|
|||
|
|||
|
Calling exe files from pascal
I am sure that is not a rare case when you need to call some external program or CMD from pascal... So, today i have for you one little program which will (i hope) clear you the way how are programs or CMD being called in pascal... In the next example we will call cmd, notepad and tweakUI... for more info read coments in code or ask here
Code: Program RunExe;Read rules ![]()
|
|||
|
02-18-2010, 02:21 AM
Post: #2
|
|||
|
|||
|
RE: Calling exe files from pascal
This is interesting. Using command lines as i can see. Also good use of compiler directives !
Very good job ! There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
02-18-2010, 03:42 AM
Post: #3
|
|||
|
|||
|
RE: Calling exe files from pascal
yes, in both of cases it is using a command line through pascal to call or run something!
Read rules ![]()
|
|||
|
02-22-2010, 05:51 PM
Post: #4
|
|||
|
|||
|
RE: Calling exe files from pascal
Code: {$M 16000, 0, 0}"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
02-22-2010, 08:43 PM
Post: #5
|
|||
|
|||
|
RE: Calling exe files from pascal
y, that are properties of memory.
Read rules ![]()
|
|||
|
« Next Oldest | Next Newest »
|






