Questions tagged as 'windows'

2
answers

C # - Windows Service only runs once

I'm developing a windows service to run every 10 minutes, it inserts some values into the database, but I noticed that the routine only runs once. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;...
asked by 10.07.2017 / 22:00
1
answer

How to create a .bat to run network file

Bat that is locally in a network of several computers, one has a recorder and the other does not, the one that does not have the recorder I use a .bat with the following code via local network, to get the files of the cds. / p> net use d: /del...
asked by 08.05.2017 / 20:46
2
answers

Scheduling PHP script in Windows

I have a test environment VM with Windows Server + Xampp . I need to fire a file ( script.php ) with a schedule every 5 minutes. What is the simplest and most agile way?    Update 1 By Windows "Task Scheduler, t...
asked by 28.03.2018 / 12:59
2
answers

Return File Name in VBS

Is it possible to return the name of a file / program through a VBS script? Type as you drag and drop into the script or open with ... the script, it returns the name.     
asked by 14.09.2017 / 15:09
1
answer

Passing Boarding with Double VBS

How to pass a parameter that has double quotation marks in vbs Atalho.Arguments = ""args.ext""     
asked by 13.09.2017 / 16:18
2
answers

Invalid character in .bat file

Gentlemen! I have a .bat file that I use to start Apache Tomcat from my application in debug mode. However when running this file in CMD, the first thing displayed is the following message: ''╗┐' is not recognized as an internal command o...
asked by 23.11.2016 / 16:45
2
answers

How to generate random numbers at the command prompt?

I have a file in .cmd and I need it to generate random numbers with 10 algorithms. Such as 9006100001 and 1579970319 generated randomly. I currently have the following function generating random numbers based on the system time....
asked by 17.10.2016 / 03:38
3
answers

How to make decision structure to change color in a bat?

Hello, I would like to know how to make a decision in the following situation: I have a cmd window with a constant ping, I wanted the script to analyze when the ping was normal, the letters of the cmd would be green, if it went without a connect...
asked by 16.04.2016 / 21:07
1
answer

Program that opens Notepad in the background [closed]

I need to make a program that, when the user presses a button, the program opens the notepad and inserts a message previously programmed by me in the code. How could I have the part of the program insert the text of the message in Notepad?     
asked by 16.10.2015 / 17:27
2
answers

How to emulate an iOS application on Windows with PhoneGap?

Recently I'm developing applications in Windows 8 using the PhoneGap Framework. However, I want to know, how can I emulate the iOS application on my Windows operating system? Is it possible to do this without having to use Hackintosh?     
asked by 26.02.2014 / 18:07