|
-
Dec 2nd, 2003, 03:02 PM
#1
If you have XP and/or Win 2003..
can you check if it has the old dos sorting app
sort.exe ?
A service I am writing could make good use of it, but I need to know in advance if it runs on those 2 platforms first.
-
Dec 2nd, 2003, 03:15 PM
#2
XP does or at least it runs something when I type sort at a command prompt.
-
Dec 2nd, 2003, 03:17 PM
#3
Thanks. Thats 1 down. Anyone with 2003?
-
Dec 2nd, 2003, 03:18 PM
#4
Lively Member
XP Pro has it.....Not sure about 2003
/*edit...Edneesis, you beat me to it..*/
-
Dec 2nd, 2003, 07:15 PM
#5
Originally posted by papacorn
XP Pro has it.....Not sure about 2003
/*edit...Edneesis, you beat me to it..*/
Ahh Hha I'm snappy quick today!
Win 2k3 must have it too, because it does the exact same thing at the command prompt and it worked from a terminal server session.
-
Dec 2nd, 2003, 10:57 PM
#6
I just checked in Win 2003 Server. It has the sort thing.
What does sort do anyways? I couldn't understand from the help associated with it.
-
Dec 3rd, 2003, 10:36 AM
#7
sorting a text file.I needed to sort a file with 200,000 records in it quciklyso I can remove duplicate records. Right now i write the whole line to a table and check if a primary key is violated. But this is slow. Using sort and then removing duplicates would only take a few seconds.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|