Search found 3 matches

by msacademy
Thu Jun 23, 2011 12:46 pm
Forum: ScriptCryptor
Topic: Error with WshShell.Run under W2K8 R2
Replies: 11
Views: 22921

Scriptcryptor on 64 bit Windows 7

I am having the same issue. The program just does nothing and ends. It works fine as a vbe or when compiled with VBSEdit. And of course it works fine with script as a vbs.

HELP!!!!!
by msacademy
Mon Feb 09, 2009 9:27 pm
Forum: ScriptCryptor
Topic: Scripcryptor flashes briefly and fails to run script
Replies: 3
Views: 19372

I am using the latest code because I just got the link from AbyssMedia today. Here is the complete script: (domain\administrator is the domain admin so that I can see computer info I am not authorized to with my individual user ID). Again, it works fine with cscript and wscript. ' Randy Schmidt ' Ja...
by msacademy
Mon Feb 09, 2009 7:54 pm
Forum: ScriptCryptor
Topic: Scripcryptor flashes briefly and fails to run script
Replies: 3
Views: 19372

Scripcryptor flashes briefly and fails to run script

I am running a script that works fine in cscript and wscript. Is uses a: strComputer = InputBox("What Is The Server Name To Query For Users?", "Windows Who Command") If strcomputer = "" Or strcomputer = " " Then wscript.quit to prompt for a value. But I briefl...