Home > Archive > Clarion > June 2006 > RUN command
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| ElFroggio@gmail.com 2006-06-17, 7:56 am |
| I run 6.3 9049. I use: run('batfile',1)
Batfile is a batch file. It works properly on dozenS of workstations
with both XP and W2K, except for 1: a W2K. The batch file is OK, it
runs properly from the command line and fro the run command, but it
fails when I run it from inside clarion, I get:
Program too big to fit in memory
It returns an errorcode() of -6, there is no number -6 in the help, it
goes from 0 to -4.
It's a very small program, less than than 250kb of RAM, and it runs
properly from the batch file.
The workstation is a Windows 2000 with the current patches. It has
512Mb RAM with a 768MB swap. Free memory: 396Mb, CPU: 4%, Mem usage:
107Mb, 70Gb free disk space. I have check for disk errors, none.
That program and batfile runs properly on machines ranging from 128Mb
RAM to 1Gb RAM.
Any suggestion?
Thanks
| |
|
| ElFroggio@gmail.com wrote:
> I run 6.3 9049. I use: run('batfile',1)
> Any suggestion?
Inspect and compare the WIN_DIR\system32\config.nt and autoexec.nt
(where WIN_DIR is your windows system folder) to the pc's that work,
also compare the WIN_DIR\_default.pif file and see if they are the same.
|
|
|
|
|