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

    How do I add a search to my server

    Hi I would like to add a search engine to my server so that users can search all documents etc that I place on the server (in the INETPUB folder)is there a method for indexing already built in to IIS? Only the good die young, me I'm here forever :-)
  2. ITSTOAST

    how to cange the vbs icon

    How can i permantly change the VBS icon I have tried various icon changers but they only seem to change it on a per machine basis Only the good die young, me I'm here forever :-)
  3. ITSTOAST

    LINK SCRIPT TO OPENING INTERNET

    Hi all, Is it possible to get a script to link to the opening of a program Ie: the internet? I would like a window to pop up when a user tries to connect to the internet, A disclaimer if you like setting out rules for the use of the internet. Thanks Stressed school tech Only the good die young...
  4. ITSTOAST

    Browse for folder

    Hi all the browse for folder function; PHV has a code I found, Set Sh = CreateObject("Shell.Application") Set F = Sh.BrowseForFolder(0, "Choose a folder", 0, 17) If (Not F Is Nothing) Then 'Add code here. End If this will put up a box and allow you to browse, how do I get the code to create...
  5. ITSTOAST

    More folder script

    Hi all, I now have script for copying multiple folders to a single destination; I also have a script to create a folder and place it in every sub folder; however is it possible to have a script to create or possibly COPY multiple folders to sub folders within a folder? Only the good die...
  6. ITSTOAST

    Folder script

    Hi all I have this script that I need to change so that it has a wild card function allowing it to create a folder in all the folders within one folder, my script so far is: On Error Resume Next Dim Answer1, Answer2, Answer3 Set wn =...
  7. ITSTOAST

    how to change the folders created at logon

    Is it possible to change the folders that are created when you use the "folder redirection" in server 2003? Ie: the my music my pictures, is it possible to add to these change them etc Only the good die young, me I'm here forever :-)
  8. ITSTOAST

    run once

    Hi is it possible to design a script to run just once? Then disable Only the good die young, me I'm here forever :-)
  9. ITSTOAST

    CREATE DEFAULT USER FOLDERS AT FIRST LOGON

    Hi is it possible to set up a default set of folders for the user at first logon. I have a set of folders that I wish to populate the "My Documents" (redirected) of each user (and lock these against changes) is it possible via a script? Only the good die young, me I'm here forever :-)
  10. ITSTOAST

    Create folders from a list

    Hi all, I am looking to create a range of folders in a directory. I have a list of the folder names and need a script to acces this and create a folder from this name in the directory I specify. Thanks Only the good die young, me I'm here forever :-)
  11. ITSTOAST

    markdmac any Ideas (any one else?)

    Hi I have a question is it possible to set up a script to allow users to logon or map to thier files on the sever. I am trying to think of a way to have the machines logon at startup with a default user, mapping printers and setting restrictions using AD. The users would then come to the station...
  12. ITSTOAST

    stopping the security popup when opening files from internet explorer

    Hi all is it possible to stop this from appearing if I set up hyperlinks from a HTML desktop. Always ask before opening this type of file check box is selected. If you feel confident that this type of file or program is always safe to open or run directly from the Internet, make sure this...
  13. ITSTOAST

    How do I script this?

    Hi all I wish to set up a script VBS or BAT to run the Kiosk mode on a machine. I can place this in RUN and it works, what I need is a way to get it to run "RUN" from a script iexplore -k \\Gandalf\apps\Test web page.htm Thanks Only the good die young, me I'm here forever :-)
  14. ITSTOAST

    setting internet to always work on network

    Hi all I have setup internet explorer in AD and most times the settings get applied to the users, but not always. Is there a way to set the settings on the machine to guarantee that the users internet always works? Only the good die young, me I'm here forever :-)
  15. ITSTOAST

    HTML desktop, allowing login to network

    Hi all I posted this query in server 2003 forum but repost here to try my luck. I had one of those "I wonder if?" thoughts the other day, it occured to me that the login on/logoff in my school enviroment wastes so much time. The pupils often want to logon to quickly check some fact or browse...
  16. ITSTOAST

    Logon without having to logout?

    Hi all I had one of those "I wonder if" moments early this morning.. The question is; is it possible to logon to a machine without having to go through all the full logout process? Let me set the scene, imagine that I have 100+ machines that all have the same desktop and applications, I would...
  17. ITSTOAST

    Is it Possible to log all print jobs that get printed

    Hi all is it possible to get the server ( win 2003) to log all the printer use during a day/week so that I can get a handle on who is printing what? I have 3 printers setup in a school and often get junk printed, it would be great to find out who has printed and binned the work. A further...
  18. ITSTOAST

    Transfering users redirected folders to new server

    I have posted this before, but am now unable to acces my "old" password so I will try again. I have a new server (old one died and backups were lost /destroyed, however I was able to save the users work to an external hard drive just before the server finally died )and wish to transfer all the...

Part and Inventory Search

Back
Top