Hi Friends, I just want to write one batch file where in it calls for a particular perl script to run located in one location and display the output in notepad. Please help me on this one
Computing.net: Question & Answers Forum Latest Questions
Automate tranfer of file from unix system to windows. I need to automate tranfer of file from root directory of unix system to xyz directory of windows system. I wish to perform the activity through some scheduled job at windows system.
The program at the end should ask: How much was the meal? 44.50. the it should calculate the tax (.065) , calculate the tip (.15 of meal + tax) and calculate the total cost. Here’s my program: // This program asks ...
Hi — I’m in need of some assistance in creating a batch file that will edit/delete an IP out of the Host file. —————– I just started learning on how to create batch files so try and give a small explanation ...
I have a list of PDF files in a directory I would like to All print without going to each on seperately etc They are all in the same folder eg PDF file names do not change eg Abc.PDF & Def.PDF Would ...
Hello Everyone! I’ve been trying to make a *.bat to hide a series of folders but I’ve been getting the error “Parameter format not correct -” My code is: @Echo off color 2 attrib Data Backup +s +h attrib Documents +s ...
I created this batch file because I needed a quick way to see what ip addresses were available on my home network in order to assign static ip addresses. I think this could be very useful to others! Let me ...
hi I am writing long but simple batch. In some stage I got “The syntax of the command is incorrect.” in few commands, I am sure are correct (e.g. “IF EXIST “%PROGRAMFILES%\Saveresults\saveresult.exe” ( “. Same command works properly when written ...
I’m trying to determine if files written to a buffer directory are less than 5KB. My problem lies in that FORFILES outputs time in 12-hr format while echo’ing %time% outputs in 24-hr. This snippet is where I think I’m running into ...
I am currently trying to make a program in Visual Basic ( not .net or scipting or anything else, just the regular one) in which the following happens: 1: A folder is created 2: Files are copied to that folder 3: ...