Posts by Eduardo • 163 points
3 posts
-
1
votes1
answer79
viewsQ: Convert Electronic Invoice Date and Time - Javascript
The electronic invoice generates a qr-code from a url. This url has several parameters, one of them is the date and time of the issue, which according to the documentation of the recipe: The value…
-
1
votes1
answer284
viewsQ: Windows Service on Node
I wanted to do a windows service using Node, since it is a very interesting technology that I am learning. So in my research I found several references to Node-windows. I found it interesting, it…
-
3
votes2
answers371
viewsQ: Batch to locate service with special character
I am trying to make a bat to connect a Windows service that has special character "Ç", but I could not reach any viable code. Always returns me error 1060. That’s kind of the structure of my bat: SC…