Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pshelfo
  • Content: Threads
  • Order by date
  1. pshelfo

    VBScript Input Lanaguage

    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...
  2. pshelfo

    FolderCopy 255 Charactor Path Limitation

    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...
  3. pshelfo

    File Copy 254 Character Path Limitation

    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...
  4. pshelfo

    Vbscript Shortcut Creation Script - Icon Disappears

    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...
  5. pshelfo

    IE CreateObject ActiveX Download

    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...
  6. pshelfo

    Control FireFox Window

    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...
  7. pshelfo

    HTA VBScript Animated Gif Freezes Up

    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...
  8. pshelfo

    Display Web Page within HTA 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...
  9. pshelfo

    Delete File in User Profile

    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...

Part and Inventory Search

Back
Top