Re[2]: running from a BAT file

2003-10-05 Thread rich gregory
rg>> switch /nologo. How can I set the (win 98se) shortcut properties rg>> to include this switch? NL> Are you saying: NL> "c:\program files\The Bat!\thebat.exe" /NOLOGO NL> doesn't work in win98se? There you go... I put the switch INSIDE the quotes. Thx -- ___

Re: running from a BAT file

2003-10-05 Thread Neal Laugman
Sunday, October 5, 2003, 8:54:56 PM, rich wrote: rg> Anyway, I saw a tip of the day explaining command startup rg> switch /nologo. How can I set the (win 98se) shortcut properties rg> to include this switch? Are you saying: "c:\program files\The Bat!\thebat.exe" /NOLOGO doesn't work in win98

running from a BAT file

2003-10-05 Thread rich gregory
I saw a tip of the day (BTW, do those ever get updated? I've not seen each one even once yet but it'd be nice to be able to add more daily tips after a while, wouldn't it?) Anyway, I saw a tip of the day explaining command startup switch /nologo. How can I set the (win 98se) shortcut properti