mirror of
https://github.com/KeymonSoft/DBCheck.git
synced 2026-04-17 11:26:20 +00:00
..
This commit is contained in:
@@ -9,6 +9,10 @@ Version=9.85
|
||||
'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 sync files con Github Desktop ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=github&Args=..\..\
|
||||
|
||||
'Ctrl + click to sync files con Github Desktop ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=..\..\gitpull.bat
|
||||
|
||||
|
||||
#End Region
|
||||
|
||||
Sub Class_Globals
|
||||
|
||||
@@ -12,7 +12,7 @@ Sub Process_Globals
|
||||
Private su As StringUtils 'Usa la libreria StringUtils 'ignore
|
||||
End Sub
|
||||
|
||||
'Linea de prueba 6
|
||||
'Linea de prueba 0
|
||||
|
||||
'Convierte una fecha al formato yyMMddHHmmss
|
||||
Sub fechaKMT(fecha As String) As String 'ignore
|
||||
|
||||
1
gitpull.bat
Normal file
1
gitpull.bat
Normal file
@@ -0,0 +1 @@
|
||||
git pull
|
||||
Reference in New Issue
Block a user