moonbounce
Member
- Joined
- Nov 5, 2002
- Messages
- 1,440
- Reaction score
- 79
I just decided to try the record button on SDR Sharp and recorded a 194 MB file. Question, where is it? How do I recover it.
Moonbounce
Moonbounce
It 'should' be in the folder where SDR# was run from.
On my install on my 'D:' drive, it's here. 'D:\SDRSharp-1'
Just ran a short record test to verify that's still true.
Volume in drive D is 2T_Backup
Volume Serial Number is 4C9E-3A1C
Directory of D:\SDRSharp-1
09/22/2014 03:54 PM 585,044 SDRSharp_20140922_195449Z_852562kHz_AF.wav
09/22/2014 03:54 PM 37,440,044 SDRSharp_20140922_195449Z_852790kHz_IQ.wav
Rich
Hello Rich,
If I might ask how did you arrive at that command? Is there a list of commands and or switches to use with SDR Sharp?
I tried the same command only my copy is on my C:\ drive and all I got was the message that it was not a recognized command.
By the way, you have to be careful not to search for filename/filetypes that are the same as your output file.
For example, if you search for all file types of .txt and your output file is also .txt, and you're within that folder in DOS, then you'll go into a never ending loop and it abnormally ends. Maybe even with a blue screen.
That's because it keeps seeing itself. ENDLESSLY!![]()
A little technical, but .................... here it is.![]()
That's an old DOS trick.
It makes it easy to 'capture' the results of a 'DIR' or many other commands into a file rather than watching it scroll up the screen.
You type in the following command in a DOS window and the resulting data is written to a file of your choice.
(Since my folder for SDRSharp is 'D:\SDRSharp-1')
Type the following line, verbatim:
Dir d:\SDRSharp-1\*.wav > Listing.txt
(By the way ...... adding ' /S' to the end of that command also searches in sub directories)
That redirects the results to a file rather than displaying them on the computer monitor. (It is NOT shown on the screen.)
In this case, any files with a filetype of '.wav' in that directory (or sub directory if /S is added) are written into a file named Listing.txt
You can then edit the file. And clip/paste from there.
You also sort the results or search within the results (or manipulate the results) for what you want if you are good with an editor.
Rich
By the way, you have to be careful not to search for filename/filetypes that are the same as your output file.
For example, if you search for all file types of .txt and your output file is also .txt, and you're within that folder in DOS, then you'll go into a never ending loop and it abnormally ends. Maybe even with a blue screen.
That's because it keeps seeing itself. ENDLESSLY!![]()
All I am getting is " Access denied" and that would be in my admin account. Also since my SDRSharp is on my C drive, I would assume that my command line would look like this?
Dir c:\SDRSharp-1\*.wav > Listing.txt
I did try it with and without the C but got the same results, access denied.
Moonbounce
You overlooked my statement in the very first line.
“other commands”
I did indeed, apologies. This SCAN command that you used in your example, where is it from? I don't recall it being part of the O/S nor could I quickly find anything online. Seems like a flaw in the SCAN program.
All I am getting is " Access denied" and that would be in my admin account. Also since my SDRSharp is on my C drive, I would assume that my command line would look like this?
Dir c:\SDRSharp-1\*.wav > Listing.txt
I did try it with and without the C but got the same results, access denied.
Moonbounce
It 'should' be in the folder where SDR# was run from.
Rich
Because you're telling it to create Listing.txt in some folder you don't have rights to.All I am getting is " Access denied" and that would be in my admin account. Also since my SDRSharp is on my C drive, I would assume that my command line would look like this?
Dir c:\SDRSharp-1\*.wav > Listing.txt
I did try it with and without the C but got the same results, access denied.