Développer et télécharger des logiciels Open Source

Browse Subversion Repository

Diff of /trunk/installer/release/screencapture.ttl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC revision 3362 by doda, Tue Apr 28 18:33:41 2009 UTC
# Line 6  Line 6 
6  ; Update: 2007/11/25, 12/5, 2008/01/30  ; Update: 2007/11/25, 12/5, 2008/01/30
7  ; Author: IWAMOTO Kouichi (doda), Yutaka Hirata  ; Author: IWAMOTO Kouichi (doda), Yutaka Hirata
8  ; Tips:  ; Tips:
9  ;   It is recommended that you will add in the following entry  ;   It is recommended that you will add in the following entry
10  ;   in `KEYBOARD.CNF' file because you can capture your screen  ;   in `KEYBOARD.CNF' file because you can capture your screen
11  ;   at one's fingertrips.  ;   at one's fingertrips.
12  ;  ;
13  ;   [User keys]  ;   [User keys]
14  ;   ;Shift + F12  ;   ;Shift + F12
15  ;   User1=600,2,screencapture.ttl  ;   User1=600,2,screencapture.ttl
# Line 30  if appendmode=0 then Line 30  if appendmode=0 then
30  else  else
31          fileopen fp 'screencapture.txt' 1          fileopen fp 'screencapture.txt' 1
32  endif  endif
33            
34  if result <> 0 end  if result <> 0 end
35    
36  ;select screen  ;select screen
# Line 63  gettime StrTime Line 63  gettime StrTime
63  strcopy StrDate 1 4 DateY  ;YYYY  strcopy StrDate 1 4 DateY  ;YYYY
64  strcopy StrDate 6 2 DateM  ;     MM  strcopy StrDate 6 2 DateM  ;     MM
65  strcopy StrDate 9 2 DateD  ;        DD  strcopy StrDate 9 2 DateD  ;        DD
66      
67                             ;1234567890                             ;1234567890
68                             ;HH:MM:SS                             ;HH:MM:SS
69  strcopy StrTime 1 2 TimeH  ;HH  strcopy StrTime 1 2 TimeH  ;HH

Legend:
Removed from v.3227  
changed lines
  Added in v.3362

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26