Originally to: All Hi, I'm trying to copy some files.bbs files using variables and subroutines and then process the files copied using a rexx script. The...
2738
Michael Marquart
foxidrive
Jan 2, 2003 3:49 pm
The likely culprit is that under msdos there is a length limit of 8 characters to a (craft disease strikes, what's it called) branch variable. ... They both...
2739
Stewart Buckingham
stu2ph
Jan 3, 2003 5:18 am
Originally to: Michael Marquart Hi Michael, ... Indeed this was the culprit. I shortened the label names to max 8 characters and it worked. Incidentally I...
2740
Michael Marquart
foxidrive
Jan 3, 2003 11:00 am
On Friday, 03 Jan 2003 11:56:54 +0800, "Stewart Buckingham" ... Mucho excellente ... The code below would seem to be indentical in functionality of the routine...
2741
Danny Aglugub
daglugub2002
Jan 3, 2003 6:05 pm
How would I implement an automatic e-mail to be sent after completion of this process. Using Exchange server 2000/Outlook. Can this be done from a batch file?...
2742
Michael Marquart
foxidrive
Jan 3, 2003 7:38 pm
On Fri, 03 Jan 2003 10:03:43 -0800, "Danny Aglugub" ... Are you able to use BLAT or another command line email tool?...
2743
Stewart Buckingham
stu2ph
Jan 4, 2003 9:14 am
Originally to: Michael Marquart Hi Michael, ... Feels good... doesn't it :) ... That must of got munged in transmission somehow. It was of course two lines. ...
2744
Michael Marquart
foxidrive
Jan 4, 2003 10:45 am
On Saturday, 04 Jan 2003 09:46:56 +0800, "Stewart Buckingham" <chili@...> wrote: Hi Stu. ... Yes indeed. ... I had in mind a tool such as Global or...
2745
julio <jigs5169@.....
jigs5170
Jan 5, 2003 2:30 pm
i need to sort a file based on the characters from the RIGHT side of the file. this is a "hosts" file and i want the entries sorted according to domain. i am...
2746
Michael Marquart
foxidrive
Jan 5, 2003 3:12 pm
On Sun, 05 Jan 2003 14:30:29 -0000, "julio <jigs5169@...>" ... Sort on the column number. Sort /?...
2747
Stewart Buckingham
stu2ph
Jan 5, 2003 10:00 pm
Originally to: Michael Marquart Hi Michael, ... OK. Good. ... Yes indeed. Actually, the program I use to do the copying has the ability to recurse the...
2748
Michael Marquart
foxidrive
Jan 6, 2003 11:50 am
On Sunday, 05 Jan 2003 08:09:34 +0800, "Stewart Buckingham" ... Can you give an example of the tokens you mean? I'm curious the see where the limitation is. ...
2749
bc_cj <bc_cj@...>
bc_cj
Jan 6, 2003 12:06 pm
just wondering if it's possible to force a batfile to move onto the next command line? i wanted to make a bat file that would start my webserver and then start...
2750
Michael Marquart
foxidrive
Jan 6, 2003 12:30 pm
On Mon, 06 Jan 2003 12:06:49 -0000, "bc_cj <bc_cj@...>" ... Use the start command start /? for info. Similar to this: @echo off start program1.exe...
2751
Martin, Sam
demodog2001
Jan 6, 2003 1:20 pm
Try using ... start whatever.exe. ?? S ... From: bc_cj <bc_cj@...> [mailto:bc_cj@...] Sent: Monday, January 06, 2003 7:07 AM To:...
2752
ABC
abc5432110023
Jan 6, 2003 4:56 pm
Michael,, You had helped me with this query abt a month back. When i do the echo it runs fine.When i remove the echo & run the actual rename command it is...
2753
julio <jigs5169@.....
jigs5170
Jan 6, 2003 5:15 pm
... sorting on column number will not work because 1. the domain length varies examples: msn.com, yahoo.com, websitewithverylongdomain.org 2. the sorting will...
2754
Michael Marquart
foxidrive
Jan 6, 2003 5:48 pm
On Mon, 06 Jan 2003 17:15:34 -0000, "julio <jigs5169@...>" ... Below is a scrambled section from my hosts file. The requirement was to sort by domain,...
2755
Stewart Buckingham
stu2ph
Jan 7, 2003 2:38 am
Originally to: Michael Marquart Hi Michael, ... There are none in OS/2's batch language/(DOS5 or 6?). I'd have to look back thru your messages to find an...
2756
Michael Marquart
foxidrive
Jan 7, 2003 1:42 pm
On Monday, 06 Jan 2003 22:46:08 +0800, "Stewart Buckingham" ... Ahh, I'm guessing they are the ones used in NT versions of Windows - they don't work in Win9x...
2757
srivastava
goshainganj
Jan 7, 2003 1:54 pm
I want to execute the following from a MSDOS batch file: mailto:myfriend@...?subject=Test%20Message&CC=the1stcc@... om;the ...
2758
srivastava
goshainganj
Jan 7, 2003 1:59 pm
I have a batch file that looks as follows: @echo off "%simpow%\bin92;rsimpow" job=kundur func=o pff=kundur mode=0 run It works fine but generates two application...
2759
Michael Marquart
foxidrive
Jan 7, 2003 2:22 pm
Try using BLAT or another command line emailing tool. On Tue, 7 Jan 2003 14:54:11 +0100, "srivastava"...
2760
Patrick Dylan Donahue
p_donahue
Jan 7, 2003 3:47 pm
Try launching the program with the start /m command Best Wishes, Patrick...
2761
mailing.list@...
goshainganj
Jan 7, 2003 4:08 pm
... start /m is not working and start /min is not yielding desired result. Any further clue!...
2762
julio <jigs5169@.....
jigs5170
Jan 7, 2003 7:47 pm
... thanks michael. i tried it that way but i was looking for something more. i found a solution using sed15.exe (win32) under win2k. ... @echo off ... echo. ...
2763
Mark Bunyea <mark....
mbunyea
Jan 7, 2003 8:50 pm
I want to inspect a file for a certain value and then make a decision based on that value. Is this doable with Batch NT Dos? Thanks....
2764
Stewart Buckingham
stu2ph
Jan 8, 2003 1:36 am
Originally to: Michael Marquart Hi Michael, ... The links to Win95cmd.exe on this page didn't work :( Stu/2...
2765
Michael Marquart
foxidrive
Jan 8, 2003 12:47 pm
On Tue, 07 Jan 2003 19:47:47 -0000, "julio <jigs5169@...>" ... The confusion was in my interpretation of "domain". You meant top-level domain name and I...
2766
Raz Goren
raz_goren
Jan 8, 2003 12:59 pm
You can use the find command to search for a word in a file . Then you can use "if exist" or some other if statement to act . ... From: Mark Bunyea...