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: bn2hunt
  • Content: Threads
  • Order by date
  1. bn2hunt

    Windows deployment servcies question

    Does anyone know how to add the OS chooser option to a network boot for windows deployment. I am in the process of upgrading to using wim images for desktop deployment and would like to add the old risetup images to the new server. I am able to boot to a windows pe image and install using BDD...
  2. bn2hunt

    HTA ondrop event

    Does anybody have any idea on how to code and ondrop event in a vbscript. I want to be able to have a user drag a file into the hta and then I want to pull the file name and location to populate an array and a listbox. I have been googling this for about a day and half and I'm not getting...
  3. bn2hunt

    multiple file selects button in an hta

    I am trying to write an hta that will allow a end user to select multiple pdf documents and then merge them into one document. I can do it if I let the user select a single file at a time but the multiple file selects is cuasing me a headache. Any suggestions. Here is what I have so far...
  4. bn2hunt

    database tuning wizard

    I have a user that is trying to run the database tuning wizard. He is getting the following error Unable to load tuning errors from table . Reason: The SELECT permission was denied on the object 'DTA_tuninglog', database 'msdb', schema 'dbo' He is the owner of the database he is trying to run...
  5. bn2hunt

    detach sql database

    I have been working on this for a day or two and have so far been unable to find any help on google. I need to detach a lsit of databases about 40 of them, copy them to a new location so they can be archived. Can someone point me in the right direction to get started with this project. I...
  6. bn2hunt

    permission problems ??

    We are getting an error in SQL Server Mgmt Studio Property DefaultSchema is not available for Database"dbasename". The property may not exist for this object, or may not be retrievalbe due to insufficient access rights.(sqleditors) We use a domain group to assign the rights and they are...
  7. bn2hunt

    Access 2007

    Anybody had a chance to look at vbscript with access 2007? There is a new field type called attachment and I would like to be able to add an attachment to this field in a vbscript that I am writing. However when I try to add a record I am getting an error An INSERT INTO query cannot contain a...
  8. bn2hunt

    hta input window

    Does anybody know how to create an input window with two dropdown boxes in it for an hta? I have an hta with a span area in a table that when the user clicks on it i want another window to open which will let the user select some information from a 2 dropdown boxes. I am hoping to save some...
  9. bn2hunt

    copy file w/ graphic progress

    Does anybody know how to copy a file and have the graphic that shows the windows copy file graphic to show progress. I found how to copy a folder using the shell folder object but have been unsucessfull as of yet to find the same visual referance for coping files. Any ideas? Thanks...
  10. bn2hunt

    hta database access error

    I am trying to use an access database stored on a remote server in an hta page. But I am getting an error message "This Website uses a data provider that may be unsafe. If you trust this website, click OK, otherwise click Cancel. Now I have two questions. 1: How else do I access this...
  11. bn2hunt

    print with word viewer not word?

    I have been looking for information on printing a word document from a script without having word installed on a computer. Is it possible to print the document using word viewer or can I install the "Word.Application" on a pc without word installed on the computer? bn2hunt "Born to hunt...
  12. bn2hunt

    InternetExplorer.Application and IE7

    Anybody been testing IE7 RC1 with the object InternetExplorer.Application. I have seveal scripts we use in the compnay that use this and they all quit working with the releae of RC1. Does anybody know of a area to contact microsoft with bugs concerning this. Thanks Dan bn2hunt "Born to...
  13. bn2hunt

    HTA IE& Beta 3 issue

    I have an HTA with a countdown timer built into it that works in IE6 but when I run it on a machine with IE3 Beta 3 the countdown timer doesn't update. <html> <head> <title>EMC Laptop Software Updates</title> <HTA:APPLICATION ID="objRunomatic" APPLICATIONNAME="EMC Laptop Software...
  14. bn2hunt

    copyfile question

    when copying large files or large number of files using the copyfile or copyfolder command is there a way to halt the script until the copy command is completed? I need to write a script that will stop 2 processes copy around 50,000 files to a different location and then restart the script...
  15. bn2hunt

    internet explorer object capture X close

    Is there a way to capture when someone clicks the X on an IE window to close the window? I am using the internet explorer object to create some custom input boxes and I want to perform a subroutine if the user click on the X to close the window. I know if I use the Sub IE_OnQuit() the script...
  16. bn2hunt

    HTA Question

    Does anybody know if I can set the window size of an HTA script. I have been googling for an answer and have been striking out so far. Thanks Dan
  17. bn2hunt

    internet explorer.application button click check

    I am trying to create a subroutine that when called will have a countdown timer and an OK button. I have the script created using the internetexplorer.application method but when I try to put the code into a subroutine my check for the OK button to be clicked no longer works. Does anybody know...
  18. bn2hunt

    reading output information from a file

    I want to read in a text file that will contain information that I will use to create another file, such as tab locations and variable names. Is there a way to do this? [code] Set FS = CreateObject("Scripting.FileSystemObject") Const forreading = 1 ' Read only access startrec =...
  19. bn2hunt

    suppress cmd window

    Is there a way to suppress the popup window, when the Set oExec = Ws.EXEC("ping -n 2 -w 500 " & hostname) line is executed. I can suppress them if I run a script using cscript but I would prefer the cleaner look, no windows, of wscript. Thanks for any help that may be provided Dan...
  20. bn2hunt

    baffling problem with .lnk files

    We are having a problem with running .lnk from the start->run command line. It pops up a screen asking for a file association. However, if I run the same .lnk file by double clicking it in an explorer window it works, and if I type the name in a cmd window it also works. It just doesn't work...

Part and Inventory Search

Back
Top