I have no idea why it’s not working. I thought i may be writing programs with poor syntax or something but even when i run the example programs. It shows errors D: Here’s some example code: #include <iostream> using namespace std; int main ...
Computing.net: Question & Answers Forum Latest Questions
Hi Can someone help me put some codes together please, I already have a script which I would like to add a check and install or not install to it. ComputerName= LCase(WshNetwork.ComputerName) ShortName = Left(ComputerName, 16) Select Case ShortName Case”computer1″ wshnetwork.addwindowsprinterconnection “\\pserver\printer1”
I’m working on a batch script where I use a variable to tell the FOR how many lines to skip. for /f "skip=!lines! tokens=1-3* delims=," %%A in (_!file!.txt) However this does not seem to work. When I put a static number (replacing ...
Hi I am trying to delete all sub keys within a sub key with a .reg file but not sure how, I can enter a “-” symbol in front of the registry, but I don’t know what it is after the ...
Hello All, the below code will create a file in current folder with file name list-files_<current_folder>.txt along with the actual file, a file of same content is getting created with name list-files_.txt. what is the mistake & how to avoid it??? My ...
Help! I need help on allowing a user input names and race scores and then having the program order the racers by their score Private Sub btnCalculateResults_Click(sender As Object, e As EventArgs) Handles btnCalculateResults.Click Dim intFinishName1 As String Dim intFinishName2 ...
comma separated txt file to convert into xls format
I would like to add a column to a CSV file so I can use the data with eSignal which is a stock charting program. The CSV file is in the following format Date,Time,Price,Volume. It does not have a header. For ...
i had a batch file that need to input month, day and year my problem is 1.when i input letters still it will accept 2. when i input space still it will accept please help me to put a restriction that will ...
I use plink to retrive CISCO device information with SSH, it work very well for single command, but I couldn’t get device information if I use a command file, I use plink to connect to a device, run some commands, ...