Login | |
|
 |
RE: need help making my VBSCRIPT short - 6/8/2006 11:24:41 PM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
quote:
ORIGINAL: blakeph hi everyone! is there any other way to make my VBSCRIPT short? actually, the script will dump a oracle database twice a day, and will copy the dump and text log to a shared network path, below is the code: ---snip--- any help would be appreciated. thanks! One question I have is, why? There are many cases where more verbose code is a good thing. I.e. commenting and as DS said, making it easier to read.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: need help making my VBSCRIPT short - 7/4/2006 11:32:15 PM
|
|
 |
|
| |
ebgreen
Posts: 4969
Score: 31
Joined: 7/12/2005
Status: offline
|
Please post the exact code that you are running. Change any IP addresses/usernames/passwords of course but other than that, please post the exact code that is giving you an error.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: need help making my VBSCRIPT short - 7/5/2006 1:55:22 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1183
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: online
|
Just for future reference, when you get an error on "Line 0 Character 1" it is usually the result of having something wrong in an execute or executeglobal string. For example, I load my includes file with an executeglobal, and if I have an error in my includes file, vbscript doesn't return the actual line, it just says that the error is on Line 0 Character 1. So what was the error that you corrected? I am curious as to what was wrong.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
|