Convert Bash script to Perl/VBS/any other windows compatible language [closed]

You can convert the shell script to a batch file, which is covered here: How do I convert a bash shell script to a .bat file?

Also here is a list of corresponding commands in bash and batch: http://tldp.org/LDP/abs/html/dosbatch.html

Leave a Comment