I feel a bit of a thick pleb but I need the answer to my rather basic question.
I have developed an online ordering system using ASP which collects information and ends in a collection of variables. What I need to be able to do is pass these variables to an application that has already been...
Hi
I did this ages ago and seem to remember 2 files
1)Autorun.inf:
[AutoRun]
ICON=myicon.ico
OPEN=ShellExecute.bat Home.htm
2)ShellExecute.bat:
Start ./%1
Hope this helps
Storm
Hi there, I am new to Delphi and to this forum, and would appriciate some help.
I need a function I have written to return a dynamic array, but it doesn't seem to want to play and will only let me return a variable of type string, integer etc?
Is it possible for a function to return an array...
This one is even faster:
using "mkdir -p", you might be able to create any level
of child dirs.
$dst = "/my/path/to/the/files";
($_ = `/bin/mkdir -p $dst 2>&1`) or $err = 0;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.