hi!!!!!!!!!!! guys i have a csv file of following format!!! ALPHA TANGO CHARLEE GRAVO aa bb cc dd aa dd ee ff aa gg jj jj aa ff tt kk i want to change the format in followng manner ALPHA TANGO CHARLEE GRAVO aa ...
Computing.net: Question & Answers Forum Latest Questions
I need to add Header as current UTC time format as “MM-DD-YYYYHH:MM:SS” & trailer as number record found on existing csv through Batch scripting. I need help for how to script this. message edited by HI
got the error while compiling a c program in turbo c++ 3.0 as linker error :unable to open tv.lib, from where can i download tv.lib
I am connecting to an external client using sftp. i gave the following command #!/usr/bin/expect -f spawn sftp username@hostname expect “password: ” send “xxxxx” expect sftp> … … but the command was not working. The Error is : spawn: command not found couldn’t read file “password:”: no such ...
Hello guys , who can help me i want to create a batch file , that copy files and delete from 1 map on the C:/ drive to another map on a specific location but also on the C:/ drive. ...
Hi, is there any way I can change all files in a folder to zero-byte length? I need to have the same filenames, just want to change their size to zero. Maybe by creating a batch file. Please help. Thanks.
hi.. i am trying to create a batch file which will copy the first line of a file from a list of file to a temporary file with an extra field. but when i am using a goto command inside ...
I had a large comma delimited, text quoted text file that I need to modify. Some of the data has a CR/LF within its double quotes. This happens all through out the file. Here is an examle. “123”, “bla bla ...
Well, but it seems that, if you play your mp3’s, the time stamp changes, and robocopy copies all files with the MIR switch again, while of course, the files are exactly the same (they never change). Can you avoid copying ...
Hi, I start a program using a batch file. The batch file opens the program, but the program starts running only when the user presses the SPACE key. I am not sure how to incorporate the SPACE key argument in the ...