jg:
--------------------------------------------------------------------------------
I think I have reached the limit when doing much more than:

BTEQ(4980-DEPSTAGE),cmd /Q /C "del c:\docume~1\groganj\temp.btq && copy
c:\docume~1\groganj\depstage4980+%DosFile% c:\docume~1\groganj\temp.btq &&
bteq.exe < c:\docume~1\groganj\temp.btq > c:\LOGS\%Name%.log
2>&1",c:\LOGS\%Name%.log
--------------------------------------------------------------------------------

Hi jg,

1)

try instead of
c:\docume~1\groganj
That's 19 chars

to use
%HOMEPATH%
That's 10 chars = 9 saved * 4 = 36 saved.

type 'SET' in a DOS box to learn.

I don't test this and i don't know
if you have to qoute smtg or double the %-signs...?

-----------

2.)

You can 'subst'
c:\docume~1\groganj
to e.g. G:\
with "subst G: c:\docume~1\groganj"
That's 3 chars with \ , saved ...?

type 'SUBST /?' in a DOS box to learn.

HTH?

-- 
greeds,     Stefan
[img]http://pspad.milten.lima-city.de/Fan.gif[/img]  (pleased user since 1722)
[url=http://tinyurl.com/52xrj]inofficial FAQs[/url] +  
[url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + 
[url=http://forum.pspad.com/read.php?6,24628]Special Settings[/url]

<http://forum.pspad.com/read.php?2,42071,42084>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem