Need script to search file and copy the result to mapped server folder
Greeting,
I am looking for a script that can search all the office documents (or files
with specified extentions) on hard drive in windows 2000 and copy those
files to a folder on desktop.
It would be SUPPER if the script can also export IE favorites to the folder.
Thanks in advance. Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144336
Response.Redirect question
Hello,
I am trying to write a line of text out to the browser window, wait for
period of time, then redirect to another .asp page. I am fairly new to
vbscript and figured that this would work but it doesn't.
'display to the user that the status files have been deleted
Response.Write "Kiosk report log has been deleted!"
'create a simple counter to hold the browser page. I'm sure there's a better
way then this but I'm still learning.
number = 1
Do While number < 100000
number = number + 1
Loop
'Redirect back to the index.asp page to show the status of the kiosks
Response.Redirect "index.asp"
Is there a way a to handle what I am looking to have done?
many thanks,
devin M. arnold Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144335
[Newbie Question] Excel and VBS
Hi Everybody! I'm trying to create a simple interface with some listbox in
excel, using a form and a multipage control.
It works great, but there's still a little problem. When I run the interface
( It opens when i open the excel file ), Excel seems to be frozen : It
accepts the value I set in my interface without problem, but I can't move
trought the page and I can't even save.
I've noticed that if I set the automatic save function to ask if I want to
save, after I accept to save Excel starts to work again and I can move
through the pages and so on.
There's a less rough way to make Excel work than the "autosave way" ?
Thanks !! Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144327
FYI - Microsoft patch available for QHost-1 exploit
Microsoft has released a patch for the vulnerability exploited by QHost-1.
See: http://www.microsoft.com/technet/security/bulletin/MS03-040.asp
--
Michael Harris
Microsoft.MVP.Scripting Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144304
Script Editors-newbie question
I'm new to writing scripts so I wondered what editor everyone uses to write
WSH scripts. Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144299
export data to Excel
Hi experts,
I retrieve data from the database and display on ASP, then I export these
data to a file, like Excel (the best) or text file. Is it possible? I think
it is possible, but how can I do that? Thanks for any help.
Atse Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144288
Microsoft Internet Transfer Control
I'm attempting to FTP from an Access app in VBA. I want to use the MITC
6.0 (SP4) reference. Do I need to have VisualBasic installed on the
workstation to execute this? My code works fine on one workstation that
has VB, but doesn't on another without VB. I copied the .OCX file,
which helped me compile, but I get an "ActiveX component can't create
object" error.
So, it seems VB6 (SR4) is necessary. Please, someone tell me I'm wrong.
Thanks in advance. Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144286
Script in NETLOGON folder fails to run at logon, but runs from cmd line
Thanks for taking a look at this.
Here is the situation:
I'm on a small w2k network. I have sucessfully been able to run a
"hello world" msgbox script by putting the script into the NETLOGON
folder, while putting the script into a particular user's profile
login script in Active Directory . The simple script executes at
login, displaying the msg.
The problem comes when I try to execute a more complex script. It
seems to fail to run entirely. I have placed a msgbox line at the
beginning of the script, but no message is ever displayed.
I *can* run the script from the client machine at the run prompt by
typing the path to the script: \\server\NETLOGON\ScriptName.vbs
argument
This works fine.
Why is it refusing to run itself at login? Any suggestions would be
appreciated.
TIA...
Trey Carroll Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144284
Script to disable or uninstall the IPX protocol
I am in the process of planning a migration from Netware to W2003 AD and
would like to migrate all the users to AD and still have them attach to the
Netware environment. Then add the end, when everything is migrated I want
disable or remove the IPX protocol from the W2K and XP PCs. Your help is
greatly appreciated.
Thanks,
Dave. Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144267
How to know a file is opened for editing by someone...
Is there a property or something I can read which will
tell me if a file is opened for editing by someone else
before I try and access it???
I know how to get the read-only property and such, but I
need to know if it's currently open.
Thanks Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144266
Converting a range to string
Hi,
I've got a range object that I want to convert to a string so I can use in
the PivotTableWizard method:
Dim rng As Range
set rng = Sheets("sales").Range("A1").CurrentRegion
I want to convert rng into a string like this:
"sales!R1C1:R796C6"
Any help you can provide will be greatly appreciated.
Robert Stober Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144263
Export Registry Key
I need some help here.... what I am trying to do is to export a certain key
so that we can back that key up to a remote system. This is a web server
and we want to backup the entire Allair\cfusion\currentcontrolset\logs for
example to a folder which would then be picked up by another process and
stored for disaster recovery purposes. This file holds all the
configuration info for our sites. I grabbed this script:
Set objShell = CreateObject("WScript.Shell")
objShell.Exec "%comspec% /k reg.exe SAVE HKLM/System sw.hiv"
And had the actual path to the registry key and nothing happened when i ran
it. I then just ran the actual script that is illustratated in the Windows
Scripting Guide and again noting happened. meaning that if i did a search
on the system for sw.hiv I would hope to find that. Im obviously a novice
so any help you can provide would be appriciated.
Bob Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144261
Looping Through Form Inputs
Hello,
I am hoping this is the right newsgroup for I have a question that is
bothering me and wanting some input on.
I have a form that delivers checkboxes from a database table. Basically it
shows a list of options of training someone could select. Upon submission
the selected fields get written to another database table. A new form opens
from there that loops through this new table. Every selection that has been
previously selected has five options that are associated with it.
What I am trying to do is then loop through all of those form field entries
to update these five selections to the database.
Can anyone help me with this, if you need more information I can provide it.
Thanks In Advance Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144258
VBScript References
Hello Everyone:
Can anyone tell me where I can find, ideally on the net, any
ebooks or tutorials ranging from beginner to advanced VBScript? Thank-you.
Kevin Parkinson Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144257
Adding user to remote machine administrator group
Hi there,
I am looking for script using which i can add user to
administrator usergroup on remote machine.
Thanks
Vijay Tag: FWD: Install internet patch for Microsoft Internet Explorer Tag: 144256