Forum Moderators: phranque
Anyway, I'm wondering if there's a better way of doing this than using batch files. Perl maybe? The way I'm doing it now works, but, wondering if there's a better way. Thanks!
You could use something like Perl to do the same thing - but you're not going to gain much by switching. Batch files on Windows are like shell scripts on Unix - simple, down-to-earth scripting for mundane tasks.
Perhaps the question should be: what can't you do with batch files that you'd like to do using another method?
jezra
If this is about a move to a Linux host
Thanks, but, it's not just about the move. Moving to a Linux host is somewhat incidental (I thought there might be some php functions that can send data back down to the local machine somehow). The goal is to do what I'm doing on my local box now in a better way. I'm not using the local box to emulate a web server; I'm using the local box to take incoming phone calls, convert them to .mp3, do some database updates, etc. Those functions currently require batch files and I'm wondering if there's a better way to do it than that (like I said, maybe visual basic or something). Just don't want to use the wrong tool for the job so I thought I'd ask the tool experts. :D
[windows.oreilly.com...]