Search found 8 matches

by Willys
08 Apr 2008 12:58
Forum: Scripts
Topic: Case Sensitive
Replies: 1
Views: 3947

Case Sensitive

I have found that one process failed until I changed the from lower case to mixed case in a windows batch job (v6.3.01). Specifically, a file name was in mixed case on the system. My friend didn't believe case made a difference on a Windows server - however the process succeeded with the simple chan...
by Willys
21 Dec 2007 4:32
Forum: Scripts
Topic: Batch Job Commands - Others?
Replies: 5
Views: 4424

Thanks - I'm just starting and thought I would have to learn more.
by Willys
15 Dec 2007 8:57
Forum: SQL Scripts
Topic: Quick Reference for DTS Jobs
Replies: 2
Views: 6966

r3rajesh, I really appreciate the details!
I see there is a big learning curve/challenge ahead.
This certainly will help us get started!
My email address is willys@wowmail.com
Thanks!
by Willys
13 Dec 2007 3:43
Forum: SQL Scripts
Topic: Quick Reference for DTS Jobs
Replies: 2
Views: 6966

Quick Reference for DTS Jobs

Is there a quick reference guide for setting up DTS SQL batch type jobs?

Please point me to it if such a section in document exists. Thanks
by Willys
13 Dec 2007 3:31
Forum: Scripts
Topic: Batch Job Commands - Others?
Replies: 5
Views: 4424

Batch Job Commands - Others?

Are there any 'secret' or undocumented control-m commands to use in batch jobs? - such as '_shout'
by Willys
08 Dec 2007 4:56
Forum: Scripts
Topic: Windows batch job _exit code
Replies: 7
Views: 20467

I have another related question ~

Is it necessary to have in the batch file the 'errorlevel' statement?
by Willys
06 Dec 2007 4:08
Forum: Scripts
Topic: Windows batch job _exit code
Replies: 7
Views: 20467

Sorry, I didn't make my question clear. QUESTION: Is the code written above correct to pick up _exit code other than zero? I sure would appreciate an example if my code is wrong. I have a test job set up to fail and at a remote location I want it red flagged for notification. I suspect ' _exit.exe '...
by Willys
04 Dec 2007 3:54
Forum: Scripts
Topic: Windows batch job _exit code
Replies: 7
Views: 20467

Windows batch job _exit code

Sorry, this is not a very complex question - I am just starting my implementation and the manual isn't clear. Question on _exit code setting? For setting up my batch job in windows - Is it as simple as this: @echo off execute blah blah whatever here I check if file exists, if not goto failure rem Su...