Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Strings.com v2.6

Original Message
Name: jackngill
Date: April 9, 2006 at 05:43:27 Pacific
Subject: Strings.com v2.6
OS: DOS
CPU/Ram: 256mb
Model/Manufacturer: Medion
Comment:
Hello all,
Found a util called strings.com about 14Kb's that apparently will display certain items regarding the memory on your system. Reading the syntax to find say XMSTOTAL you use:
Path\Strings x=XMSTOTAL
But when I type this at the dos prompt I get nothing at all even tried the XMSVER & the same result, obviously i have something missing between my ears anyone had any experience in using this progey.

Regards,
To all


Report Offensive Message For Removal


Response Number 1
Name: CoffeeBreak
Date: April 9, 2006 at 08:22:37 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Typing the command "Path\Strings X=XMSTOTAL," the problem is with the "Path" portion of your command.

If you would type "help path" at a DOS prompt, you would get some helpful information. The path indicates which directories MS-DOS should search for executable files. MS-DOS uses the PATH command to search for executables files in the directories you specify. By default, the search path is the current directory only. In other words, where is the location (directory) of the "strings.com" file?

For example, if the file was located in a directory that you call "Coffee," then you would need to type the following at a MS-DOS C"\ prompt:

Coffee\Strings X=XMSTOTAL

Or you could add the "Coffee" directory to the PATH line in your autoexec.bat file if you would be using that command all the time. Probably not.

CoffeeBreak


Report Offensive Follow Up For Removal

Response Number 2
Name: jackngill
Date: April 9, 2006 at 11:48:42 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Hi CoffeeBreak,

Sorry! the path inserted within the syntax is to describe generically from where say Strings progey is being loaded from, in my case it is:
A:\Strings x=XMSTOTAL
not path\Strings x=XMSTOTAL
Sorry about the confusion!

Regards,

Dave


Report Offensive Follow Up For Removal

Response Number 3
Name: CoffeeBreak
Date: April 9, 2006 at 19:30:02 Pacific
Subject: Strings.com v2.6
Reply: (edit)
I have no knowledge about this utility. However I found the following web site:

http://users.cybercity.dk/~bse26236/batutil/help/STRINGS.HTM

Looks like it should be installed somewhere so that it can be located in the PATH statement in autoexec.bat file. Then maybe the "strings.com" could be run with the command "strings" at a MS-DOS command prompt with various switches, e.i. x=XMSTOTAL.

What files do you have on that floppy and where did you download them?

CoffeeBreak


Report Offensive Follow Up For Removal

Response Number 4
Name: jackngill
Date: April 10, 2006 at 06:28:25 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Thanks CoffeeBreak for the reply!

I have been testing Strings.com v2.6 with a 98se bootdisk found on www.bootdisk.com (with CD rom support). Strings is additionally loaded to the floppy and the following instruction typed in.
A:\Strings.com X=XMSTOTAL
& I get "diddly Squat" back.
So I then looked at the help "STRINGS /?" & the sub help menu which is "Strings HELP XMSTOTAL" say, (Lots of other commands are available however) and it spits this back at me: STRINGS [dest var =] XMSTOTAL.
Which is complete "gobbledeGook" to me.
Any further thoughts of what I am doing wrong

Regards,

Dave


Report Offensive Follow Up For Removal

Response Number 5
Name: Mechanix2Go
Date: April 10, 2006 at 06:46:32 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Hi Dave,

If we had a link to get strings.com we might help figure it out.

My GUESS is that:

Strings.com X=XMSTOTAL

will set a var called X

To find out, type SET [enter]


If at first you don't succeed, you're about average.

M2


Report Offensive Follow Up For Removal


Response Number 6
Name: jackngill
Date: April 10, 2006 at 12:33:01 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Hi Mechanix2Go,

You are onto it, typed:
A:\STRINGS.COM X=XMSTOTAL
then typed SET[ENTER] as you suggested & the following report displayed on the screen.
CONFIG=CD
PROMPT=$P$G
EXPAND=YES
DIRCMD=/O:N
RAMD=G
TEMP=C:\
TMP=C:\
PATH=G:\;A;\;H\
COMSPEC=G:\COMMAND.COM
CMDLINE=STRINGS X=XMSTOTAL
X=67107840

Presumeably the x=67107840 is the XMSTOTAL, wonder if there is a way to pipe that into .txt file. Is this in bytes because when you divide by 1024 you get 65535 (What?)

regards,

Dave


Report Offensive Follow Up For Removal

Response Number 7
Name: Mechanix2Go
Date: April 10, 2006 at 13:03:50 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Hi Dave,

Well, as we look in on the budding young rocket scientists...

I got v2.5

And yes, it's xmstotal in bytes. And yes, it can be redirected.


If at first you don't succeed, you're about average.

M2


Report Offensive Follow Up For Removal

Response Number 8
Name: jackngill
Date: April 10, 2006 at 13:35:13 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Kewl Mechanix2go,

How do ya redirect it into .bat or .TXT file? The version, I have is unofficial copy v2.6 if you want a copy I can send it to you if you want apparently has lots of bug fixes.

Only problem i can see is that my 9x box has 128Mb of ram as reported by my properties in control panel but the above figures do not equate to 128Mb. Do you know why the discrepancy.

regards,

Dave


Report Offensive Follow Up For Removal

Response Number 9
Name: Mechanix2Go
Date: April 10, 2006 at 13:39:33 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Hi Dave,

strings xmstotal > somefile

I think DOS can 'see' no more than 64MB RAM.


If at first you don't succeed, you're about average.

M2


Report Offensive Follow Up For Removal

Response Number 10
Name: jackngill
Date: April 10, 2006 at 14:02:18 Pacific
Subject: Strings.com v2.6
Reply: (edit)
Thanks once again Mechanix2Go,

Ummm Dos cannot see more than 64mb of ram, how come you can setup say xmsdsk ramdisk greater than 64Mb, I think it will go all the way upto 2 Gigs? Some Dos progeys are able to see beyond the 64Mb limit it appears? Sorry about all the questions, thanks for all the input?

Regards,

Dave



Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Strings.com v2.6

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




exessive internet traffic

ZoneAlarm Question. Blocked Connect

Windows Live Messenger Problem

Delete $Uninstall after SP3 updates

help for hp compaq laptop


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC