Search found 27 matches

by bbright20
Mon Feb 11, 2008 4:49 am
Forum: VBScript
Topic: Automate FTP file transfers - free tool
Replies: 6
Views: 5252

Automate FTP file transfers - free tool

'========================================================================== ' ' VBScript Source File -- Created with SAPIEN Technologies PrimalScript 2007 ' ' NAME: ' ' AUTHOR: Alexander Riedel , SAPIEN Technologies, Inc. ' DATE  : 9/12/2007 ' ' COMMENT: ' '=========================================...
by bbright20
Fri Feb 08, 2008 2:01 am
Forum: VBScript
Topic: Automate FTP file transfers - free tool
Replies: 6
Views: 5252

Automate FTP file transfers - free tool

do you have any idea what the "he" error is?
by bbright20
Fri Feb 08, 2008 1:40 am
Forum: VBScript
Topic: Automate FTP file transfers - free tool
Replies: 6
Views: 5252

Automate FTP file transfers - free tool

I was able to connect to the server through this script...even got the "starting download" echo...however, seconds after the starting download, I got this really wierd "Hé
by bbright20
Fri Feb 08, 2008 12:21 am
Forum: VBScript
Topic: Automate FTP file transfers - free tool
Replies: 6
Views: 5252

Automate FTP file transfers - free tool

I don't have access to turn off the firewall, so as I said, that is not an option. I'm a user on a network, and I don't have admin rights to view the logs or shut off the firewall. I changed the passive line to read a 0 and I now get "connection to server was reset" message. I did test acc...
by bbright20
Thu Feb 07, 2008 5:19 am
Forum: VBScript
Topic: How to run an application?
Replies: 9
Views: 5706

How to run an application?

Thanks again man!
by bbright20
Thu Feb 07, 2008 5:08 am
Forum: VBScript
Topic: Automate FTP file transfers - free tool
Replies: 6
Views: 5252

Automate FTP file transfers - free tool

Unfortunately, turning off the firewall would not be an option - corporate idiots blocking stupid stuff! :) Is there any other method I can try to get around this issue? I plugged in the port number (the script said to put whatever port # is used if default is not used)...The one I put in was 22... ...
by bbright20
Thu Feb 07, 2008 4:14 am
Forum: VBScript
Topic: How to run an application?
Replies: 9
Views: 5706

How to run an application?

How do you know which directories to abbreviate using the "~"? For example: My outlook is located at: C:Program FilesMicrosoft OfficeOffice10OUTLOOK.EXE Is there a "view" option somewhere in windows that will enable the abbreviated view so I can correctly name the paths to the pr...
by bbright20
Mon Feb 04, 2008 3:57 am
Forum: VBScript
Topic: move and rename folder
Replies: 22
Views: 13771

move and rename folder

hey man, I'm having trouble with a new script again. I've managed to get it to work a couple times here and there, but I just know I'm doing it wrong and even though it works, I'm sure there is an easier way of doing it. I'm trying to accomplish about 6 seperate things within a single script. 1st th...
by bbright20
Mon Jan 28, 2008 11:33 pm
Forum: VBScript
Topic: move and rename folder
Replies: 22
Views: 13771

move and rename folder

Sorry for the delay, but I wanted to let you know that it works perfectly.

Thank you very much for all of your help, I really appreciate it.

Brian
by bbright20
Fri Jan 11, 2008 12:00 am
Forum: VBScript
Topic: move and rename folder
Replies: 22
Views: 13771

move and rename folder

I understand now. Is it necessary to put the main portion of my script within that "main" section? Here is what I have right now and it seems to work, but if I need to edit it according to your example to prevent errors in the future, I will. Set objFSO = CreateObject("Scripting.FileS...