Neatutils: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{Software
{{Software
|Picture=
|Picture=NA.png
|Version=
|Version=(2004-02-02)
|Author=[[Tom Fotherby]]
|Author=[[Tom Fotherby]] (dink)
|License=Freeware
|License=Freeware
|Download=neatutils.zip
|Download={{FileLink|NeatUtils_2004-02-02.zip}}
}}
}}
Netutils is a set of command line utilities.
Netutils is a set of command line utilities.
Line 32: Line 32:
* [https://web.archive.org/web/20051221093714/http://dink.org:80/neatutils.htm Archived Web Site]
* [https://web.archive.org/web/20051221093714/http://dink.org:80/neatutils.htm Archived Web Site]


[[Category:Utilities]]
[[Category:System Utilities]]
[[Category:Freeware]]

Latest revision as of 23:18, 20 January 2024

Neatutils
Version (2004-02-02)
Vendor
Author Tom Fotherby (dink)
License Freeware
Download NeatUtils_2004-02-02.zip
Website

Netutils is a set of command line utilities.

It includes:

  • b2m: calculates bytes to megs, I use this utility when i burn cd's
  • cat: like the unix version, but a lot faster
  • crc: calculates the crc/creates&checks .sfv for file(s)
  • fc: compares 2 files, byte-for-byte
  • ftime: changes the timestamp for all the files in the current directory to the current time.
  • key: displays scancode in hex & decimal for the key you pressed
  • kill: kills a process, use in conjunction with ps
  • locase: same as ftime, but converts the filenames to lowercase
  • mp3nice: makes all the mp3s in the current directory look un-lame. example: "the_orb_-_S.A.L.T-rns.mp3" becomes "the orb - S.A.L.T.mp3"
  • ps: shows a list of processes (by [zuko] w/dink mods, new: list&kill process by search string)
  • slicer.com: run this in a dosbox, lets some old dos apps that take 100% cpu chill out by releasing timeslices while waiting for a keypress
  • sock: shows a list of opened sockets
  • soclose: closes a socket, use with sock
  • speed: displays realtime statistics on an ethernet interface
  • temp: converts fahrenheit -> celcius or vice-versa. use temp c18 or or temp f64
  • which: searches your path for a certain file
  • whois: get information on a domain name
  • clnt: tests the tcp/ip throughput between 2 machines (or localhost)
  • srv: run this on one machine, then run 'clnt [hostname/ip of machine w/srv running

Links