Random, quick tip - I can't believe I didn't know this already, but it turns out you can turn off the annoying DOS style BEEP from a command prompt in Windows.
Open a command prompt.
Type
net stop beep
you should get a response of
The Beep service was stopped successfully.
To turn it back on -
net start beep.
To test it type "echo [ctrl G]" - which will look like
echo ^G
on screen.
Stuff about building and fixing electronics, useful software and all that kind of geekery
Subscribe to:
Post Comments (Atom)
Concatenating CSVs the easy way
I was recently asked how to 'merge' a few CSV files into one, and if there was a script or tool that could do that. Lets say you h...
-
I was recently asked how to 'merge' a few CSV files into one, and if there was a script or tool that could do that. Lets say you h...
-
Time flies.. or Chronosquittos? So it's been a little while since the last post... This, however, is a new start. I'll...
No comments:
Post a Comment