I have done all the necessary installations, the android sdk, java sdk, and so on.
Everything runs fine when I test them, java, android, javax, ant and so on.
But when I try to run the Create command from the cordova “getting started page” I get an exception.

The annoying part is that, before it worked, but the error was that it said I was missing one of the , Android, Ant, of Java installations.
I made sure I had the right paths to all of them, and then I started getting this new error.
Anyone any idea how to fix it.
I run Windows 7
It sounds like you might have messed up your path to CScript.exe when you were setting up your paths to android, ant and java.
In the windows environment you should be able to run
cscriptin the command line.Double check you paths and make sure to add the path to CScript.exe if it isn’t there, mine is in
C:\Windows\System32which you should be able to see in your path variable.If you change your path you may need to restart for the changes to take affect
Or you could use this method