Search found 11 matches

by central10
23 Apr 2011 10:44
Forum: DOS Batch Forum
Topic: Bat File IP Monitoring
Replies: 9
Views: 10894

Re: Bat File IP Monitoring

Hello, I tried your script how-ever it doesn't seem to work. I get the following error message when i try to run it. m Also, is there a query we can add to the script that will run a program when the ip changes? For clarification - I am using a VPN to change my ip every 20 minutes or so - so my exte...
by central10
22 Apr 2011 16:21
Forum: DOS Batch Forum
Topic: Bat File IP Monitoring
Replies: 9
Views: 10894

Bat File IP Monitoring

Hello, I am trying to create a bat file that will monitor my ip address and subsequently run a program every time my ip address changes. I'm using a VPN that's changing my ip every so often and I want a program or command to run every time it changes. If anyone can give me a code that would work tha...
by central10
21 May 2010 10:44
Forum: DOS Batch Forum
Topic: Bat Http Upload
Replies: 0
Views: 4697

Bat Http Upload

Hello again,

I’m wondering if it’s possible to have a bat file upload files via http to multiple file sharing website at once. All website are running the xfilesharing script identical to upload-pro. com

Thanks!
by central10
17 May 2010 12:55
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Re: Batch ffmpeg auto convert

Hello aGerman, I added the new call line as you had said and it continued to grab the most recently modified file. I tried all the different variations that you had mentioned but none seemed to work. Anyway, long story short; it wasn't working because there was no file ordering before the tc ta tw c...
by central10
16 May 2010 12:17
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Re: Batch ffmpeg auto convert

Hello aGerman,

I tried changing the code as you outline in the previous post but I get the same result as before.

Any other options?

Regards,
Dave
by central10
15 May 2010 10:36
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Re: Batch ffmpeg auto convert

I'm not sure what kind of drive I have. How do I go about changing the directory switch?

Dave
by central10
14 May 2010 11:46
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Re: Batch ffmpeg auto convert

Hi,

It will work if there's a way to grab the file based on it's creation date rather then it's modified date.

Regards,
Dave
by central10
14 May 2010 10:24
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Re: Batch ffmpeg auto convert

Hello Jeb, The folder-monitoring program that I was using has allowed me to successfully make this batch program work/function nearly the way I would like it to. Every time a new file is added to the folder the program will run the batch file, which will grab the latest modified file and convert it....
by central10
13 May 2010 13:09
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Re: Batch ffmpeg auto convert

Hello Jeb, The files that are being added to the folder are avi files. These files are then converted in flash flv files. So I went ahead and changed the *.flv in your script to *.avi. After running the bat file and adding “fileone.avi” to the folder I had an error saying “fileone no such file in di...
by central10
12 May 2010 13:29
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Re: Batch ffmpeg auto convert

Hey Jeb, thank you for the quick reply. I have copied the batch file an replaced it on my current "auto.bat" file. I'm not certain on the usage though because when i execute it I get the echo "file not found". What I have done i just placed the batch file into the folder where ne...
by central10
12 May 2010 10:35
Forum: DOS Batch Forum
Topic: Batch ffmpeg auto convert
Replies: 14
Views: 19125

Batch ffmpeg auto convert

Hello, Over the past few days I have been trying to automate the ffmpeg conversion process to save my self some time. I have a monitoring program that automatically executes/runs a program every time a video file is added to a folder. This program doesn’t have any arguments for the file and simply r...