~ubuntu-branches/ubuntu/edgy/ess/edgy

« back to all changes in this revision

Viewing changes to etc/BACKBUGS.BAT

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2005-03-22 13:48:07 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050322134807-9mpmbb799jugf248
Tags: 5.2.6-1
* New upstream release
* chmod -R u+w on orig source

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@echo off
2
 
rem ESS[BUGS]:  07/31/2001
 
2
rem ESS[BUGS]:  02/13/2003
3
3
rem runs BUGS taking commands from command file
4
4
 
5
5
if not "%3"=="" goto 30
11
11
 
12
12
:10
13
13
bugs0603.exe 32 bugs %1
 
14
if exist bugs.bog attrib -r bugs.bog
14
15
copy /y bugs.log bugs.bog
15
 
del bugs.buf
 
16
attrib +r bugs.bog
16
17
goto 40
17
18
 
18
19
:20
19
20
bugs0603.exe 32 %1 %2
 
21
if exist %1.bog attrib -r %1.bog
20
22
copy /y %1.log %1.bog
21
 
del %1.buf
 
23
attrib +r %1.bog
22
24
goto 40
23
25
 
24
26
:30
25
27
bugs0603.exe %1 %2 %3
 
28
if exist %2.bog attrib -r %2.bog
26
29
copy /y %2.log %2.bog
27
 
del %2.buf
 
30
attrib +r %2.bog
28
31
 
29
32
:40