Application
Shell
Remove
Platform
Any
License
Any
I found that my problem was that I was secretly seg faulting in the child, which was causing the child to silently fail. The code works if you substitute the strcpy() with "arglist = strdup(tok...
This is a collection of various PHP shells.(find the attachment)
also you can find them on
http://sheller.gigfa.com/
have fun
I'm writing some code for an Online Trading Application that's called ActFx (http://forum.actfx.com) and need help using api's like the Shell API.
In a nutshell, the ActFx application lets me...
Awesome! Glad I could help,
Take Care
Sean C
Hello,I wrote a shell extension that detects copy/move of files.
But, I cannot know if a(some) files in the clipboard are copied or cutted.
Is there any wat I can find out if a file was added...
hi
exec() should work, if you have enough rights
for acces you should do a chmod too
you can try system()
I use it on my own server, but it depends of the webhost.
in safe mode there are...
make is a program which takes in a script containing a list of .c files, calls the compiler on them, then calls the linker to link them together.
It can also do rather more sophisticated things like...
i am waiting guys please somebody help....
someone else answered this for me and I learned how to use shell
thanks anyway
: No, since code begging (and responding to it with code) is against
: the C/C++ board policies. You are welcome to ask specific questions
: or post the code you are having trouble with, but you...
No, since code begging (and responding to it with code) is against the C/C++ board policies. You are welcome to ask specific questions or post the code you are having trouble with, but you have to do...
: I'm not sure what you mean with "combining" them. Do you want to
: compare which one of them that is best for certain data, or do you
: want to write a new sorting algorithm based on the other...
What exactly do you need help with? If you just need the code for the algorithms, they are on Google. If you need help with the timing part, you need to specify which OS you are using. In Windows,...
: : I am new in delphi and I need some help, what is wrong in tis code
: :
: : uses
: : Windows, Messages, SysUtils, Variants, Classes, Graphics,
: : Controls, Forms, Dialogs, ShellApi,...
: I am new in delphi and I need some help, what is wrong in tis code
:
: uses
: Windows, Messages, SysUtils, Variants, Classes, Graphics,
: Controls, Forms, Dialogs, ShellApi, IniFiles;
:...
I am new in delphi and I need some help, what is wrong in tis code
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ShellApi, IniFiles;
var Handle:...
There are plenty of good example programs and tutorials on this page if I remember correctly. Furthermore, the participants of this forum enjoy helping so post questions in here.
Futhermore, if...
I'm trying to make a CGI script that does something based on the value of a specific posted parameter. The parameter's name is 'question.'
How can you get POST parameters using a c shell script?...