Streamripper Scripting For Windows Help NeededI've been using Streamripper scripts for Linux Mint for a year. The scripts I found a template for work well for saving streams and naming them with the date format I choose. I want to be able to do the same thing in Windows but the command line naming and dating is limited. What I want to do is to crate a script that will allow me to name the file in this format "PROGRAMNAME 07-17-2017.(format suffix)". Here is an example of a script that does this in Linux.
----------------------------------------------------------------------------- #!/bin/sh date=`date +"%m-%d-%Y"` url=http://live2.darkmatterdigitalnetwork.com:10133/stream output_filename=Conspirinormal_${date} duration=10800 output_dir=/home/someuser/Audio/DMDN/Conspirinormal/ cd $output_dir streamripper $url -d $output_dir -l $duration -a $output_filename --------------------------------------------------------------------------- #!/bin/sh date=`date +"%m-%d-%Y"` url=http://live2.darkmatterdigitalnetwork.com:10133/stream output_filename=Conspirinormal_${date} duration=10800 output_dir=/home/someuser/Audio/DMDN/Conspirinormal/ cd $output_dir streamripper $url -d $output_dir -l $duration -a $output_filename ---------------------------------------------------------------------------- Can anyone tell me how to do the same thing with a Windows batch file? Thank you Kylearan |
Re: Streamripper Scripting For Windows Help NeededCode:
set hour=%time:~0,2% Code:
C:\>set hour=12 https://ss64.com/ http://streamripper.sourceforge.net/tutorialconsole.php |
Re: Streamripper Scripting For Windows Help Needed |
Re: Streamripper Scripting For Windows Help Needednguyen,
I know you for longer than a year. How much $$$ did you make from advertising here since then? It might be worth selling you anus here as well for a few $$$. |
All times are GMT -6. The time now is 08:22 AM. |