mirror of
https://github.com/KeymonSoft/DBCheck.git
synced 2026-04-17 19:37:09 +00:00
..
This commit is contained in:
@@ -8,11 +8,13 @@ Version=9.85
|
|||||||
#CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files" "..\Files"
|
#CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files" "..\Files"
|
||||||
'Ctrl + click to sync files: ide://run?file=%WINDIR%\System32\Robocopy.exe&args=..\..\Shared+Files&args=..\Files&FilesSync=True
|
'Ctrl + click to sync files: ide://run?file=%WINDIR%\System32\Robocopy.exe&args=..\..\Shared+Files&args=..\Files&FilesSync=True
|
||||||
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
|
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
|
||||||
'Ctrl + click to sync files con Github Desktop ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=github&Args=..\..\
|
'###########################################################################################################
|
||||||
|
'###################### PULL #############################################################
|
||||||
'Ctrl + click to sync files con Github Desktop ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=..\..\gitpull.bat
|
'Ctrl + click ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=..\..\gitpull.bat
|
||||||
|
'###########################################################################################################
|
||||||
|
'###################### PUSH #############################################################
|
||||||
|
'Ctrl + click ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=github&Args=..\..\
|
||||||
|
'###########################################################################################################
|
||||||
#End Region
|
#End Region
|
||||||
|
|
||||||
Sub Class_Globals
|
Sub Class_Globals
|
||||||
|
|||||||
@@ -12,8 +12,6 @@ Sub Process_Globals
|
|||||||
Private su As StringUtils 'Usa la libreria StringUtils 'ignore
|
Private su As StringUtils 'Usa la libreria StringUtils 'ignore
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
'Linea de prueba 1
|
|
||||||
|
|
||||||
'Convierte una fecha al formato yyMMddHHmmss
|
'Convierte una fecha al formato yyMMddHHmmss
|
||||||
Sub fechaKMT(fecha As String) As String 'ignore
|
Sub fechaKMT(fecha As String) As String 'ignore
|
||||||
' if starter.logger then Log(fecha)
|
' if starter.logger then Log(fecha)
|
||||||
|
|||||||
Reference in New Issue
Block a user