Search found 4 matches
- Mon Dec 15, 2008 9:50 pm
- Forum: Beginners
- Topic: Send CntlAltDel
- Replies: 3
- Views: 5419
- Mon Dec 15, 2008 7:06 pm
- Forum: Beginners
- Topic: Send CntlAltDel
- Replies: 3
- Views: 5419
Send CntlAltDel
How can you send Cntl+Alt+Del to write a custom logon script for Windows Server 2003?
Thanks,
Gerry
Thanks,
Gerry
- Tue Dec 09, 2008 10:08 pm
- Forum: Technical / Scripting
- Topic: If statements with complex expressions
- Replies: 4
- Views: 5336
- Tue Dec 09, 2008 2:38 am
- Forum: Technical / Scripting
- Topic: If statements with complex expressions
- Replies: 4
- Views: 5336
If statements with complex expressions
I can not seem to get If statements with an OR to work correctly. Here is a sample: Let>a=one Let>b=two If>((%a%="one") OR (%b%="one")) MessageModal>"A or B is one. else MessageModal>"Neither A or B is one." EndIf End The message is always "Neither A or B is one." always appears. Should be "A or B i...