|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Which scripting language?
Hi all -
I have a question for you. I am currently developing a process that compresses files on a Windows Server and ftps the compressed files. I wrote it first in a batch file, then decided that there must be a more robust/better/etc. language than Windows batch. I'm thinking about VB Script. Is this a good choice? Are there others? I've written a lot more Unix scripts, so windows programming is a different beast for me. Thanks. Joe. |
|
#2
|
||||
|
||||
|
JScript (not JavaScript) which is really just VBScript with a JavaScript syntax (nice for us web developers), and I believe you can do windows scripting w/ ASP.NET.
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
JScript, Javascript, VB script etc etc etc are client-side scripting languages, not server-side.
If you want to do heavy server work, you're still better, in my opinion, sticking to C, or Perl.
__________________
The best book on programming for the layman is Alice in Wonderland; but that's because it's the best book on anything for the layman. ~ Alan J. Perlis
|
|
#4
|
||||
|
||||
|
JScript and VBScript (well, JScript for sure) can be used on a local Windows machine via Windows Scripting Host.
And where does it indicate there's a client/server relationship involved? |
|
#5
|
||||
|
||||
|
Quote:
Hi, I would do it in Perl, its quite easy to archive into zip format in Perl and very easy to use the FTP module. If your used to unix scripting then you probably wont like vb scripting. Perl was first developed on a unixy machine so you would find it more familiar. Another advantage is that with a small bit of effort your script could work without change on both unix and windows, something vbscript wouldnt be able to do. Hope this helps. Displeaser |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > Which scripting language? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|