Calendar cal = Calendar.getInstance(); int nowDay = cal.get(Calendar.Date); on the second line, or whenever i use one of the calendar’s functions, i get an error that says “cannot find symbol”. I’m not even sure if any of the above is correct, ...
Computing.net: Question & Answers Forum Latest Questions
how to read data from .html file using perl. i need to capture some data from .html files which was stored in my local desktop
Hello, I m new here. I trying to create batch file. The purpose of this file it should retrieve specific data from the *.csv, example entire line that found percentage of 80 %. For example Server Name Disk used Percentage server ...
Hello everyone, I try to wirte an batch script which shall delete files older than 7 days from an FTP Server. I have started with some example script. Which I was able to find here: REM to get the current date: for ...
I have a text document with servers listed as server01 server02 . . . I have an excel document with a list of servers I would like to take the text document line E.G. server01 and look for it in ...
batch script, I am creating a batch script and am a little confused, I need the script to copy files from my local folder to ftp server, check if any of the files we are copying to already exists in ...
Hi, I want to create a DOS Batch file: 1. That login on 100 sun solaris/Unix servers. 2. search syslog.0, syslog.1, syslog.2…n so on 3. Then remove them. To use RM command i have to login with SU. Please help me ...
I would like to list all my files like the following displaying filename, size, cksum displaying each one on a single line. Using awk, I can do this much so far: $ find Commands.txt -type f -printf “%f,%s\n” | awk -F “,” ‘ {cmd=”‘”`cksum`”‘” ...
Hi everyone! I’d like to build a formula in Excel sheet in the way that there is a cell where I would type Y (for Yes) or N (for NO) and depending on what is put in this cell some calculation ...
I have various word documents that have page numbers in header but also a field with just the number of pages somewhere on page 1. Header page number format is: PAGE / PAGES with the appropriate field codes. The number on ...