Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Reading ini contents into batch fil
Name: smcgillivray Date: December 12, 2008 at 20:05:25 Pacific OS: Windows XP CPU/Ram: P4 2 gb Product: Dell latitude / D610
Comment:
Hi, I have been tasked with writing a batch file to stop a virtual server, xopy contents, start virtual server, rar files, remove temp folder and old files. I have the program completed with the exception of the ini part.
I was curious the best way to read a file.ini file which contains information like daycount=3 filedir=c:\backups path=c:\virtual machines\xp vmstop=call vmware-cmd "c:\virtual machines\xp\xp.vmx" stop
Summary: Hi! I would like to read file contents from a text file and display it using a batch loop. I had try this method but it seem like did not work. for /F "delims=" %%a in ("fileL.txt") do ( @echo %%a ) ...
Summary: Hi I need a batch script which will read file content till a certain character, rename file with the original file name_content read. Thanks Starp ...
Summary: I need to add to an existing VBS script - to read the contents of a CSV file and locate specific data, then the check the date to see if it matches the current date. Based on what it finds, it needs ...