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 :-)
I have (due to pupils actions, swiftly followed by complaining parents)done all three; a logon message, a script message at internet explorer opening and the home page set to display a full page warning on the correct use. Now let them say " I didn't know I shouldn't browse inapropiate sites...
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 :-)
Mark you are the man!
This is just what I need. I shall remove the IE icon and rplace it with this warning script. the kids Have been warned I'm on thier case
Only the good die young, me I'm here forever :-)
Thats what I am looking for a script to launch a message then on clicking ok to say that it has been read opening IE
any ideas?
Only the good die young, me I'm here forever :-)
Yes its a good idea, i just wondered if i could do this by having a script open up show the Notice and when the user clicks ok then open the internet.
Only the good die young, me I'm here forever :-)
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...
I had same problem with drive letters, it gave Zip C: and made several programs that looked to C: unusable. From now on I always remove the ZIP!
Only the good die young, me I'm here forever :-)
Well I have a working script, thanks PHV. It lets me browse to a folder, select a dolder containing subfolders and then browse to a destination and it will paste the contents into the subfolders. Its Great and will save me loads of work Thanks again!
Only the good die young, me I'm here forever...
...source and destination , but does not appear to do any thing with it. I think there is a fundemental problem with the Line < Folder = transfer & "\*" >
as this ( I now realalise does not acctually do any thing apart from direct the script to a folder I had called transfer! I assumed this part...
...or PASTE)")
Path =Inputbox("Enter Target Folder (TYPE or PASTE)")
Set fso = createobject("Scripting.FileSystemObject")
Folder = transfer & "\*"
Set oFolder = fso.GetFolder(Path)
Set colSubfolders = oFolder.Subfolders
For Each oSubfolder in colSubfolders
fso.CopyFolder Folder, path &...
mmmmm having a wee problem in intergarting script, the snippet of yours will perform the browse and display to dialouge box, but how do i get this path to add it to my script?
Only the good die young, me I'm here forever :-)
Still looking for an answer to this,
I would like to browse and have the result available to put into my script.
Only the good die young, me I'm here forever :-)
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...
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.