home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_NT / SRCH_NT.ZIP / SEARCH.TXT < prev   
Text File  |  1994-01-02  |  1KB  |  32 lines

  1. README FILE FOR SEARCH.EXE
  2. Version 1.0, 1/2/94
  3. by Marshall Brain, brain@iftech.com
  4.  
  5. SEARCH.EXE is an NT console program that searches all logical
  6. drives for the given file name. Usage is:
  7.  
  8.     search filename
  9.  
  10. For example, type the following at an MS-DOS prompt:
  11.  
  12.     search xxx*.txt
  13.  
  14. This command will search all logical drives for any file matching 
  15. "xxx*.txt" and print the complete path of every matching file to 
  16. the screen. 
  17.  
  18. Logical drives consist of all drives with drive letters, excluding
  19. drives A and B. For example, if you look in the File Manager and see
  20. that you have drive letters C, D and E assigned, where C is a local
  21. drive and D and E are drives connected over the network, then SEARCH.EXE
  22. will search all three of those drives for the specified file name.
  23.  
  24. The EXE provided here is in Intel format. To obtain the source code
  25. so that you can compile to other architectures (or to modify the
  26. program), send an empty email message to "info@iftech.com". This is 
  27. a free auto-reply email server that will send you a list of all 
  28. available files. If you have questions or comments send mail to 
  29. "support@iftech.com". [These are internet email addresses. To reach 
  30. the internet from compuserve type "INTERNET: info@iftech.com" when you
  31. send the message.] 
  32.