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
