Search found 17 matches

by sburke@orrick.com
Thu Sep 13, 2007 8:21 am
Forum: VBScript
Topic: FTP using vbscript or batch
Replies: 1
Views: 1511

FTP using vbscript or batch

Hello

I need help writing a script or batch file that FTP's into an FTP site using a user account and password then downloads multiple files and when done it terminates the session.
If I could have it email my account with the status that would be great.

Thanks for your help!
Sean
by sburke@orrick.com
Thu Sep 13, 2007 8:21 am
Forum: VBScript
Topic: FTP using vbscript or batch
Replies: 1
Views: 1511

FTP using vbscript or batch

Hello

I need help writing a script or batch file that FTP's into an FTP site using a user account and password then downloads multiple files and when done it terminates the session.
If I could have it email my account with the status that would be great.

Thanks for your help!
Sean
by sburke@orrick.com
Tue Sep 04, 2007 8:14 am
Forum: VBScript
Topic: Copy User Groups Sub
Replies: 4
Views: 3024

Copy User Groups Sub

Can you send a copy of your csvfile?
by sburke@orrick.com
Tue Aug 07, 2007 12:31 am
Forum: VBScript
Topic: Multiple uncontroled launches of my VBS.
Replies: 2
Views: 3063

Multiple uncontroled launches of my VBS.

I have two scripts. The primary goal of the first script is to launch the second script with administrative privileges. Here is the code: 'on error resume Next dim oShell, oFS, objADSysInfo, SiteCode, oEnv set oShell = CreateObject("Wscript.Shell") Set oFS = CreateObject("Scripting.F...
by sburke@orrick.com
Tue Aug 07, 2007 12:31 am
Forum: VBScript
Topic: Multiple uncontroled launches of my VBS.
Replies: 2
Views: 3063

Multiple uncontroled launches of my VBS.

I have two scripts. The primary goal of the first script is to launch the second script with administrative privileges. Here is the code: 'on error resume Next dim oShell, oFS, objADSysInfo, SiteCode, oEnv set oShell = CreateObject("Wscript.Shell") Set oFS = CreateObject("Scripting.F...
by sburke@orrick.com
Mon Jul 23, 2007 5:27 am
Forum: VBScript
Topic: Get the number of files in a folder
Replies: 6
Views: 6644

Get the number of files in a folder

Is there any easy way to get the number of files located in a folder. For example, when our users OLK folder reaches 1000+ files their Outlook attachments will not open. So I have created the the following script to get the location of where outlook's temp folder is located. Next I want to return th...
by sburke@orrick.com
Mon Jul 23, 2007 5:27 am
Forum: VBScript
Topic: Get the number of files in a folder
Replies: 6
Views: 6644

Get the number of files in a folder

Is there any easy way to get the number of files located in a folder. For example, when our users OLK folder reaches 1000+ files their Outlook attachments will not open. So I have created the the following script to get the location of where outlook's temp folder is located. Next I want to return th...
by sburke@orrick.com
Wed Jul 18, 2007 5:22 am
Forum: VBScript
Topic: reboot pc if uptime greater than 30 days and more
Replies: 5
Views: 8269

reboot pc if uptime greater than 30 days and more

Sorry. That wasnt clear english. I have been asked to create a script that determines the uptime of a PC. If the PC has not been rebooted for more than 30 days then notify the user that their PC is scheduled to be rebooted every 6 hours prior to reboot. Then reboot the PC. Here are some of the guide...
by sburke@orrick.com
Wed Jul 18, 2007 5:16 am
Forum: VBScript
Topic: reboot pc if uptime greater than 30 days and more
Replies: 5
Views: 8269

reboot pc if uptime greater than 30 days and more

I have been asked to create a script that determines the uptime of a PC. If the PC has not been rebooted for more than 30 days and it notifies the user that their PC is scheduled to be rebooted. Then it reboots the PC. I have been asked to do the following: Remind the user every 6 hours prior to reb...
by sburke@orrick.com
Wed Jul 18, 2007 5:16 am
Forum: VBScript
Topic: reboot pc if uptime greater than 30 days and more
Replies: 5
Views: 8269

reboot pc if uptime greater than 30 days and more

I have been asked to create a script that determines the uptime of a PC. If the PC has not been rebooted for more than 30 days and it notifies the user that their PC is scheduled to be rebooted. Then it reboots the PC. I have been asked to do the following: Remind the user every 6 hours prior to reb...