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