Hello Bart, ;)
this is superduper advanced batch programming. just verified against Win2K CMD: as it turns out, Win2K echoes "hello" ideed. however typing *manually* c:>md cd c:>echo echo hello >> cd\hello.bat c:>cd\hello says 'the system cannot find the path specified' (\hello doesn't exist) so there is a) internal command termination is dependant, if this is a valid path b) this depends on batch/interaktiv mode. I doubt steffen will (or should) put much effort in this ;) tom Tuesday, November 9, 2004, 8:22:34 AM, you wrote: > Hi Tom, >> Ok - I'm pretty advanced with batch programming ;) > here's a testcase for you. It should print hello. Freecom tries to cd to > \hello. > Bart > @echo off > if \%1 == \finish goto finish > md cd echo echo hello >> cd\hello.bat echo cdtest finish >>> cd\hello.bat > cd\hello > :finish > del cd\hello.bat > rd cd > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Freedos-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freedos-devel -- Kind regards, Tom Ehlert mailto:[EMAIL PROTECTED] +49-241-79886 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Freedos-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freedos-devel
