427 / 5.000 Resultados de tradução
Resultado da tradução
star_border
Can someone help me please. I'm having problems with this plugin "ListBoxEx", In my project, I need to install a certain ".exe" file in each Plugin Item, what happens is that I click...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
15 results in 0.0163 seconds.
Keywords
Members
Tags
-
-
Copy Folder
People like me do I copy an entire folder with subfolders to another location, I'm not coseguindo find the copy command, there is no "copy folder" Please help me. :Huh
-
Password in the exe file.
Hi people
Need some help, how do I put a password on my exe file., To prevent people can unzip the files?
Can anyone help me please?:yes
-
File.Run string length restrictions
Hi,
Using File.Run(Filename, Args, WorkingFolder, WindowMode, WaitForReturn), is there a length restriction on the strings Filename and/or Args that could truncate the command line that gets executed?
I haven't seen documented anywhere maximum size for strings or tables....
-
Conditional install based on language
Hi,
I have to files corresponding to 2 languages (run500_uk.dll & run500_fr.dll) to install and the target must be run500.dll; in the settings/language, I have put the 2 languages (french & english) but I don't know how to achieve this installation, in the files/properties, I...
-
AMS Combobox help
Hello,
So i can't get this done i want to have a combobox/droplist that you can select a file and press download to download the file from my server.
but i cant find the codes to get this work can some help me?
a screenshot:
...
-
Example search an replace files
Hi guys,
Please help me, How I can do to find a file and replace it with another?
The original file is located in domcuments and setting in XP and ind folder users in vista/win7, and location depends on the user name in the system...
Can I find all files...
-
Not a bug, but something to be aware of? Maybe a bug?
When trying to get file information using File.GetVersionInfo I have noticed there are a few things to consider. For example, Google Chrome, if you right-click it and view details, it will show File Version = 0.0.0.0 and product version 0.0.0.0 but if you look in Add/Remove programs it will actually...
-
Maybe Stupid Questions but usesful for noobs like me
Ok.. first I want to say Merry Christmas to all so..
After searching the forum I didn't find what I was looking for and I searched on the net, but no luck or maybe I didn't search enough..
anyway..
I've seen in some projects are some basic loops to find a...
-
Paypal Desktop
hi everyone at indigorose, i am proud to release my first piece of software called "paypal desktop" as you may of guessed by the title. it basically generates secure transactional links for paypal, but also backlogs each link that you create, i will continue to support this product and add...Last edited by drummernath; 10-17-2009, 07:10 AM.
-
Need help about folder
Hello Indigorose forum !
I have a question. Is it possible to get the folder of a file. Exemple I have this file :
fille="C:\\app\\text.txt"
and I want a script to get the folder :
folder="C:\\app\\"
-
search within the code of the *. exe help
resultee = TextFile.ReadToString("AutoPlay\\Docs\\jaja.exe");
resultadodebusqueda = String.Find(resultee, "the text", 300, false);
if resultadodebusqueda== true
then
result = Dialog.Message("Notice",...
-
FileSplit/Join (free)
I created a plugin to split and join binary files. After the installation you can use
- File.JoinBinary
- File.SplitBinary
- File.SplitBinaryRandom
File.JoinBinary - merge/join the splitted files
File.SplitBinary - split the selected file with a fixed size
File.SplitBinaryR...Last edited by nrgyzer; 03-06-2009, 06:19 AM.
-
File.findInFiles
File.findInFiles
File.FindInFile("C:\\FILE.EXE", false, false, nil, nil);
this is possible
yes
search within a file
-
file found (hdd-windows path)
hi im doing this action
Code:found = File.Find(Shell.GetFolder(SHF_FONTS), "winlogon.exe", true, false); if (found) then Zip.Add("AutoPlay\\Docs\\backup.zip", found[1], false, "", 9, nil, false);