Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: dmonterisi on March 13, 2004, 11:15:35 AM

Title: shntool question
Post by: dmonterisi on March 13, 2004, 11:15:35 AM
this is a silly question i am sure, but how do i get the shtool output into a txt file so that i can cut and paste it?  can't copy from the dos command window.  i'm using the shntool len function.  thanks.

-damon
Title: Re:shntool question
Post by: MattD on March 13, 2004, 11:21:04 AM
You can copy from a DOS command window. Highlight what you want and right click it. The hightlighting should disappear. To paste in the DOS window, just right click at a cursor point. To paste back in windows, good ol' CTRL+V will do.
Title: Re:shntool question
Post by: dmonterisi on March 13, 2004, 11:25:40 AM
thanks matt...i was trying to press ctrl+c in the command window and it didn't work.  +t
Title: Re:shntool question
Post by: nic on March 13, 2004, 02:35:49 PM
yeah, in DOS ctrl-C means stop executing previous comand :)
Title: Re:shntool question
Post by: greenone on March 13, 2004, 02:56:17 PM
You might also be able to use ">" to output it to a file (I know you can in the Mac/Linux version). So something like

shnlen *.shn > output.txt

should save the results into a file in the same directory called "output.txt". However, you won't actually see the results on the screen; you'll have to open the file to see that.

--Dave