users@glassfish.java.net

help translating to windows

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Tue, 3 Nov 2009 19:02:58 +0100

I am translating a shell script with asadmin commands to windows:

linux:
asadmin create-jdbc-connection-pool --datasourceclassname
com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource --restype
javax.sql.ConnectionPoolDataSource --property
"User=admin:Password=adminadmin:URL=jdbc\\:mysql\\://localhost\\:3306/arena"
jdbc/arenaPool

windows:
asadmin create-jdbc-connection-pool --datasourceclassname
com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource --restype
javax.sql.ConnectionPoolDataSource --property
"User=admin:Password=adminadmin:URL=jdbc\\:mysql\\://localhost\\:3306/arena"
jdbc/arenaPool

what is wrong in the windows version ?? it is not working........