Can VBscript display the "default input lanauge" value that an O/S has set in Control Panel/Regional and Language Options/Languages/Details?
I am trying to write a script that peforms differently when specific input lanaguages are setup on a users machine and can't find a way to tie into this...
I am using the FolderCopy method in a backup vbscript which copyies a users My Documents directory to a network server. In a number of cases the Vbscript dies out whenever it hits the Windows 255 charcter path limitation. Using the on error resume is not an option since we need to now that the...
I am using the FolderCopy method in a backup vbscript which copyies a users My Documents directory to a network server. In a number of cases the Vbscript dies out whenever it hits the Windows 255 charcter path limitation. Using the on error resume is not an option since we need to now that the...
I have noticed that the icon disappears whenever a laptop is not connected to the network. However, the icon file is copied to the local machine and is pointed locally. The only remote pointer is the target path which is the server share. Does the display of a icon file depend on the target path?
I have the following script which I ran from a network share. A desktop shortcut was created and an .ico file dropped onto the workstation. When I removed the vbscript from the server share the icon for the shortcut I created disappeared even though when you go into the shortcut the icon is...
I have my IE 6 configured to automatically download signed activex controls without prompting the user. I have created the following script which launchs an internal HTML web site in a scaled back IE window. When the application is running in the IE window created by vbscript the ActiveX...
I have a web site that I load using a vbscript and strip down version of IE. I use the the WScript.CreateObject("InternetExplorer.Application") parameters to accomplish the task. I have just been assigned the task of creating the same type of output but this time using Firefox. Can anyone...
I have the following HTA code which includes a VBScript that runs an animated gif to show that a backup operation is in process. I already run the vbscript with the animated gif succesfully but when I try to use HTA to add a better GUI everything runs fine except when the backup copy begins. I...
Oppsss...I replaced your code with mine and it worked. However I am trying to pretty up the screen by aligning the frame and maximizing for resolution. When I use Height="100%" Width="100%" or Align="center" the statements are ignored. I can set Width="100" or Align="100" but that is per...
Thanks for trying to salvage the process. I tried adding the statements you suggested but the code is throwing errors that the object does not support the DataArea.InnerHtml method. Is there another way to display a web page in a HTA other than using InnerHtml?
I am trying to create a toolbar HTA which can launch a web page within the InnerHTML window thus allowing the toolbar to be always visible. Is this possible? This is the code I have so far:
<html>
<head>
<title>Toolbar Example</title>
</head>
<Script Language="VBScript">
Sub...
I just tried the change and unfortunately it did not work. It stills comes back with the same error. If I remove the last two lines and pipe the output to MsgBox I get the username back. I can't find a way to use the variable in the directory path for some reason.
I am trying to delete a file (Outlook name completion cache fiel) located within a users profile via a vbscript. For example:
c:\Documents and Settings\username\Application Data\Microsoft\Outlook\outlook.n2k
I can write a script to delete a file within a specified directory but I can't get a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.