0

I've started learning VBScript because of PowerShell, but I want to know if I can run VBScripts(**.vbs*) in a Windows Mobile device. Thanks.

Nathan Campos
  • 28,769
  • 59
  • 194
  • 300

3 Answers3

2

I dont think Windows Mobile supports it. This question Windows Mobile - What scripting platforms are available? might be of interest to you.

Community
  • 1
  • 1
Shoban
  • 22,920
  • 8
  • 63
  • 107
0

I was searching deeply hard in the Google pages, then at the page 23 I think. I see this: CeBeans, it's a Visual Basic runtime for Windows Mobile.

Then, it's possible! :D

Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0

Convert to .exe file and you can run it on mobile.

pig
  • 1