Poll: is this program good
You do not have permission to vote in this poll.
yes most defently
100.00%
1 100.00%
its ok
0%
0 0%
it stinks
0%
0 0%
Total 1 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
search program
#1
i have made a costum search program Big Grin to get it email me at everett.gillert@gmail.com and i will email it to you as i have no way to host it if you have a way tell me


post your comments on it here
Reply
#2
Quote:i have made a costum search program Big Grin to get it email me at everett.gillert@gmail.com and i will email it to you as i have no way to host it if you have a way tell me

post your comments on it here
Does your search program search for files or for data?
Give some specifications so we can get an idea what it does.
I personally don't like to test a program without knowing what it's supposed to do.
*****
Reply
#3
for files but i am editing it to include data and i will need help
as it can only search any file which can be opened by a text etidor
if you could give me a hand i would apreceat it
Reply
#4
well... why don't you post a nice link to it? Perferably with source code. Then maybe we'll test it =p

there's some free upload hosting thingy at http://fileanchor.com
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#5
http://fileanchor.com/11318-d
Reply
#6
it's ok... I got an error(it is a version of the Run command on my computer... :-?:-?
y name is Nobody, and nobody's perfect. So now I am perfect Tongue

98% of the teenage population smokes or has smoked pot. If you're one of the 2% who hasn't, copy and paste this in your signature.
Reply
#7
Quote:for files but i am editing it to include data and i will need help
as it can only search any file which can be opened by a text etidor
if you could give me a hand i would apreceat it
I wrote my own utility programs for searching files and for searching for text within files.

Why did I write these? Well at the time, about 12 years ago) the best utilities for these searches were part of Norton Utilities. I used Norton a lot, and found that there were a bunch of things that I wanted to do that Norton did not have. So, I wrote my own utilities.

Today, DIR is just about as good a file searcher as the Norton FS program was. If your file search program does not do at least what DIR does, and at least some additional feature that you often need, than I suggest that you're wasting your time.

Pretty much the same holds true for text searching. Norton's TS would search any file, binary or text. Again, if your program is not going to better than Norton's, or mine, then why bother, since it's a lot of hard work. When I wrote my enhanced version, I decided to write one for any file (!TS), and one for text only (!TSA).
Here's the "readme" description on these utilities:
Code:
!TS      - Text Search on multiple files and subdirectories,
           with ignore file(s), summary mode, and case sensitive options,
           and skip-to-next-file facility.
         - When matching text found in a file::
           1) Press V for ViewFile to route the file to !LOOK.EXE for viewing.
           2) Press E for EditFile to route the file to DOS Edit by default,
              or create !TSEDIT.BAT to go to an editor of your choice.
         - Text may also be specified as ASCII characters in decimal or
           hexadecimal notation.
         - Records containing matching text can be extracted to a file.
           Each extracted record can also contain filename of origin.
         - Notes:
           * Running !TS from a batch file is not supported.
           * If a particular search string is not working properly,
             enclose it in quotes; it may conflict with option switches.
         - Run program without any parameters for complete description.

!TSA     - Text Search intended for ASCII files, based on the !TS utility,
           with the following additional features:
           * A search area within the records can be defined with the
             /FROM= and /TO= commandline parameters.
             The specified searchtext will only be searched for in this area.
             If /TO= is not specified, area begins at /FROM= until end
             of each record.
           * Records NOT matching the searchtext can now be extracted to
             a file by using the /REMOVE option.
           * Enables using \\ as variable length wildcards in search texts.  
           * /MFILE=filename option enables multiple search texts to be
             used by including them on separate lines of user specified file.
             However, the \\ wildcards are not supported on these multiple
             search texts. A logical "and" can be specified on /MFILE search
             texts by including 2 or 3 search texts on the same line
             separated by a $AND$ operand.
           * /LINE option will preceed extracted lines with the line number
             of the occurrence, and will also left-justify extracted lines.
         - This utility can now be invoked from a batchfile, unless
           you use the /CS option for case sensitive search text.
         - This utility was particularly useful for searching source programs
           for Y2K related problems.
         - Run program without any parameters for complete description.
*****
Reply
#8
well what is wrong with it
http://fileanchor.com/11319-d
code is there
Reply
#9
I get a "file creation error"
y name is Nobody, and nobody's perfect. So now I am perfect Tongue

98% of the teenage population smokes or has smoked pot. If you're one of the 2% who hasn't, copy and paste this in your signature.
Reply
#10
Quote:well what is wrong with it
http://fileanchor.com/11319-d
code is there
The SEARCH.BAS file is a tokenized (binary) QBasic file, not an ASCII file. I use QuickBasic not QBasic, so I can't read it.

Unless you have documentation comments at the top of the program, please don't expect me to get into your program to see what it does and how it does it. In a previous post I asked you for some specifications.

If you want my help, you have to do what I request.
*****
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)