~ubuntu-branches/ubuntu/natty/dealer/natty

« back to all changes in this revision

Viewing changes to MSDOS/cygtest.bat

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2005-09-07 23:32:20 UTC
  • Revision ID: james.westby@ubuntu.com-20050907233220-e7bsghnrwg1ncye4
Tags: upstream-0.20040530
ImportĀ upstreamĀ versionĀ 0.20040530

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
@echo off
 
3
 
 
4
rem This file assumes that the main executable is one dir higher
 
5
 
 
6
echo Test Results log
 
7
echo .
 
8
echo Creating test log file for RELEASE? CYGWIN code
 
9
echo Ideally this will be part of a redirected output file
 
10
echo .
 
11
echo This may take a while!
 
12
echo .
 
13
 
 
14
for %%A in (Descr*.*) do ..\dealer %%A
 
15
 
 
16