Questions tagged as 'windows'

1
answer

Return File Name in Batch

Is it possible to return the name of a file / program for a bat? Type by dragging it to the bat or executed by the bat, it returns the name.     
asked by 12.09.2017 / 23:27
3
answers

How to create a folder with the current date name in Windows cmd.exe

What I already have: %date% is the windows variable that stores the current date. When I use echo %date% the value Tue 07/25/2017 is correctly printed. But when I try to do mkdir %date% the created folder is Tue...
asked by 25.07.2017 / 22:18
1
answer

Calling PHP function for BAT file

I need to create a BAT file that should be executed every day on 25th. It should run a function named emailAnnountables (), which has been defined for programming a website within two files (controller and model). Since I took over this websi...
asked by 05.08.2015 / 14:24
3
answers

How to use GetSetting / SaveSetting in Windows Services

I created a service and configured it as LocalSystem . In the implementation I try to fetch a record saved in REGEDIT by another program. The method GetSetting always returns me empty. Is there any way to recover / save data i...
asked by 17.01.2015 / 13:15
1
answer

Problems installing Grails

I've set the GRAILS_HOME and JAVA_HOME faults I already used for Griffon , however when trying to access Grails I get the following error:     
asked by 13.06.2014 / 15:08
2
answers

Library "Windows.h" or what allows me to perform?

I'm starting in the C language and would like to know what the "Windows.h" library matches ?! she's responsible for what ?! What kind of functions does it allow me?!     
asked by 20.05.2014 / 23:44
1
answer

How to make a simple Hello World using conventions in C?

Knowing some of the conventions in C and the generalization of code it can provide, I tried to implement my "Hello World": global main extern printf section .data helloworld db 'Hello World',0 section .text main: push helloworld call...
asked by 08.01.2015 / 02:35
2
answers

Operations with dates

It's been a long time since I moved with VBS , so I thought of doing only command line, I'm going to delete files from 6 months ago, as the files I'm managing have names on the basis of date that were generated: bkp_201605.xml log_201601.t...
asked by 08.03.2018 / 01:05
1
answer

Protect Excel worksheet in C #

In a C # application, it can take from 1 to 2100 hours of data gathering. The data is saved in a CSV Excel spreadsheet every minute. With the code below we can hide and show the file. #region string diret=saveFileDialog1.FileName;...
asked by 13.07.2017 / 11:09
1
answer

How to run a script without worrying about special characters?

I made a batch for windows to install some programs and make settings automatically, it worked normally, but when doing a test using a folder that had space in its name it stopped working, put it in the variable "" and returned to normal . Bu...
asked by 25.09.2017 / 14:46