Posts by brunodotcom • 189 points
7 posts
-
4
votes1
answer297
viewsQ: Send commands to a Batch with user input
Context: I have a Batch I can’t change, its function is to list some files in a specific directory, and after it lists the files it is waiting for some user command. Problem: I would like to…
-
4
votes2
answers2442
viewsQ: Run a java Jar by Delphi
I wonder if there is a way to execute a jar by Delphi and give commands to it as if it were a command line. The truth is that I have a java application that no longer has access to the code and it…
-
2
votes1
answer785
viewsQ: Create a shortcut through the Navigator
Is it possible to create a shortcut through the browser? However, if it is with Javascript, Java, or anything that makes it possible. I need to create a shortcut on the user’s desktop through the…
-
1
votes2
answers10731
viewsQ: Get date with day of week, number of week, month and year
Is there any way to get the date if you only have the day of the week, the number of week, month and year with Mysql? Example: I want to know what day it is with these parameters: Year: 2014 Month:…
-
1
votes1
answer846
viewsQ: Phonegap / Mysql Connection Remote without PHP
I would like to make a connection to a remote Mysql database through an application compiled for Phonegap without the need to use PHP. The bank would not be inside the device but in the network…
-
0
votes2
answers1324
viewsQ: Compare files with PHP
Is there any tool or way to create a file comparison with PHP? Would you like something similar to Beyond Compare but within the Navigator. We have an application change control system that we…
-
6
votes3
answers6532
viewsQ: How to detect click on Chrome Back/Next/Reload buttons
How do I detect when the user clicks on the Back/Forward/Reload buttons of Google Chrome? I already made a scheme to make a check before the user exit the page through the elements of the page…