Hello, I am trying to pipe the contents of : wmic bios get serialnumber and store it into a variable called %SERIAL%. I’ve tried multiple variations of : SET SERIAL | wmic bios get serialnumber and SET SERIAL > wmic ...
Computing.net: Question & Answers Forum Latest Questions
Dear all, could you show me plz how to create a batch file can export data from excel to text file and save this text file in (C:\) drive plz i need your help
i have a word document that i need to edit a settings thats hidden so firstly i rename extension to .zip or .rar using cmd line extract this gives you the xml contents of the word document i then rename seetings.xml to settings.txt i then ...
Hi! I want to print code files for a training program. I would like to have line numbers in the printout for each file. All files are text files. On *nix, I can do cat -n filename >filename.linenos and then ...
.bat file not executed remotely using java here iam using the code like the following Process process=Runtime.getRuntime().exec(“/cmd /c start \\\\<Host_Name>\\<Shared_Folder_name>\\BatFileName.bat”); Instead of executing the remote computers shared folders .bat file it is executing my local computers .bat file any help ...
hoe can we write a program in BASIC to draw a star
Hey I was coding a program when and wanted to set part of the ouput of a command as a variable so I used this code: for /f “tokens=1 delims=” %%a in (‘MY COMMAND’) do (echo %%a) But now the only problem ...
Hello, I need some direction in how to get the percentage of two variables in batch. The problem im having is that decimal values less than 0 return a 0 making it impossible to calculate the percentage, or am i ...
I do not do much programming, but I need to simply extract the 3rd column from a csv file and save it to another text file. —– Original CSV looks like this —– 834184.68161879,744798.14148857,copy Canal.htm generated_report\ 831194.46197547,749775.63555287,copy Channel.htm generated_report\ —– Desired text ...
I have only written a few batch files and I have only done very simple things to automate my work. I have a big analysis to do and I really need help automating it or it will be impossible. I ...