First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
ODBC Connect error in Script Host Version 5.8
This because you run 32 bit on 64 where the folder redirection fails use %windir%\SysWoW64\cmd.exe then run your script You can configure a batch file to run using above method --- frmsrcurl: http://msgroups.net/microsoft.public.scripting.vbscript/ODBC-Connect-error-in-Script-Host-Version-5.8 ... 29 Mar 2010 15:52
Assigning local admin rights to remote users
I need to find a solution to the following problem: We have remote users who use our laptops but don't log onto our network. To enable remote support we have rolled out LogMeIn which works well. However, some remote users don't have local admin rights and can't run the msi we send. Is there a way i can use vbscr... 29 Mar 2010 17:00
Insert Into error
Hi All, I've tried to insert some string to my access database using vbscript through SecureCRT. This is my current code: # $language = "VBScript" # $interface = "1.0" dim qstr ' Create new instance of Microsoft Access. Set objAccess = CreateObject("Access.Application") ' Open database in Microsoft ... 29 Mar 2010 02:36
play .wav file
I sthere any way to play a .wav file in VBScript in VISTA without using a media player. I tried using wmplayer, but there is no way to start it windowless or get rid of the window after it plays (i.e., no command line parameters as Xp's sndrec32). Thanks, Don ... 27 Mar 2010 22:12
Execute cmd from a list
Hi, I would like to execute an OS command from a list of databases in liste.txt and get all the results in a file liste.out. How can I do that ? Below my first "code" I see a cmd quick opened but nothing else Thanks for your help ... Dim fso, infile, aNames, sBase, shell set fso = createobject("scripti... 27 Mar 2010 22:12
AppActivate Fails for Windows Security Prompt
On Windows 2008 R2, a driver install is opening the prompt "Windows Security. Would you like to install this device software? Name:.. Publisher:.. [Install] [Don't Install]. I'd like a VBScript to activate this window and send an I keystroke to select the Install button. Instead, I find that WshShell.AppActivat... 28 Mar 2010 11:17
Send Key is not working for inactive windows
Hi, Really appreciate if you offer me a permanent or Alter net solution for my problem. I have screwed up with "send key" issue past couple of days. I am trying to convert a html file(which contains images) to mht file to make single archive file through below given script. But below script works if i di... 26 Mar 2010 06:56
Send Key is not working for inactive windows
Hi, Really appreciate if you offer me a permanent or Alter net solution for my problem. I have screwed up with "send key" issue past couple of days. I am trying to convert a html file(which contains images) to mht file to make single archive file through below given script. But below script works if i di... 26 Mar 2010 06:56
XML samples
Does anyone have good links for MSXML sample code? I need to parse XML files and convert to HTML with a somewhat different format. It may be easier just to parse the strings, but I figure that MSXML is worth a look if I don't have to start from scratch. ... 26 Mar 2010 10:25
Error 8004000
I am constantly getting "Error 8004000" Line 40 Char1 expected statement with my script and can't figure out why. 'Logging Option Explicit 'Declarations Const LOGFILE = "c:\SysAd Tools\Logs\UA.log" Const ForReading = 1 Const ForWriting = 2 Const ForAppending = 8 'Open and write to the end of log Dim ComputerN... 25 Mar 2010 08:00
First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44