Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: urmacht6
  • Order by date
  1. urmacht6

    Need more memory?

    For Extra memory,you should rather use SVGAQB.LIB from www.zephyrsoftware.com : EMS , XMS access functions are predefined and really FAST !! (I think that's not the first time I say that...) [pc3]
  2. urmacht6

    Files insdide a folder

    For directories : SHELL "dir /ad > onefile.ext" (Not sure for the parameter,check it with dir /? in the DOS) For files matching a$ (IE: a$="*.*") SHELL "dir /a "+a$+" > onefile.ext" Rename onefile.ext as you wish in the code. Then use something like [tt]...

Part and Inventory Search

Back
Top