PDA

View Full Version : Help on LMM please



Duke Malcolm
10-19-2003, 16:02
When I use LMM3, something pops up saying it tried to do an unknown thing WScript:Sleep and it closes. This happens everytime, and I have everything it says I need.

Wellington
10-20-2003, 00:12
Quote[/b] (King Malcolm @ Oct. 19 2003,10:02)]When I use LMM3, something pops up saying it tried to do an unknown thing WScript:Sleep and it closes. This happens everytime, and I have everything it says I need.
1st, are you SURE it says Wscript:sleep? I would expect it to say Wscript.sleep.

2nd you may be better using LMM4v1 - why are you using version 3?

3rd, I suspect you don't have the latest version of VB Script installed on your PC. From the installation instructions -

... poviding you have the latest release (version 5.6) of Microsoft Windows VB Script.

You can download 5.6 from MS website.

Gregoshi
10-23-2003, 05:13
http://www.totalwar.org/forum/non-cgi/emoticons/wave.gif King Malcolm, at the risk of making Welly vomit http://www.totalwar.org/forum/non-cgi/emoticons/wink.gif , I welcome you to the Org. You've got an answer from the Man himself, so I'll just bow out here.

Wellington
10-23-2003, 06:03
Quote[/b] (Gregoshi @ Oct. 22 2003,23:13)]http://www.totalwar.org/forum/non-cgi/emoticons/wave.gif King Malcolm, at the risk of making Welly vomit http://www.totalwar.org/forum/non-cgi/emoticons/wink.gif , I welcome you to the Org. You've got an answer from the Man himself, so I'll just bow out here.
Now, now Greg

I don't always vomit.

It's generally proportional to how much I've been drinking before I read your post's ...

... sometimes I merely procrastinate quietly http://www.totalwar.org/forum/non-cgi/emoticons/wink.gif

Gregoshi
10-23-2003, 06:19
http://www.totalwar.org/forum/non-cgi/emoticons/joker.gif

Duke Malcolm
10-25-2003, 11:21
First, sorry about the second thread, that was a bit of an accident, and second, sorry I've taken my time, I've been a bit busy.

1. It does say Wscript.sleep, it's just my dyslexia, sorry.

2. I also have LMM4v1, but that has the same problem.

3. I don't think I have the latest version, so I am downloading that now.

Thanks for your help

Wellington
10-25-2003, 15:24
Quote[/b] (King Malcolm @ Oct. 25 2003,05:21)]First, sorry about the second thread, that was a bit of an accident, and second, sorry I've taken my time, I've been a bit busy.

1. It does say Wscript.sleep, it's just my dyslexia, sorry.

2. I also have LMM4v1, but that has the same problem.

3. I don't think I have the latest version, so I am downloading that now.

Thanks for your help
No probs http://www.totalwar.org/forum/non-cgi/emoticons/smile.gif

A quick way to tell what version of VB Script you have on your PC is -

- create a new text file
- add the following single line of text (without the quotes) msgbox Script.version
- save the file as Test.vbs
- run it

Should say 5.6 if you have the latest version.