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.
Installing with Batch File
Name: ocm Date: August 19, 2007 at 22:10:29 Pacific OS: Windows XP Pro CPU/Ram: AMD 6000 4GB Ram Product: AMD
Comment:
Hi,
Is there a way to use a batch file to install a program with the serial entered as it installs. Eg. Office 2003 installation without me typing in the serial or install another program that requires the username, organisation and serial.
I have 20 machine to install 3 different program and i want it to run automatically with out me being around.
I have tried using the start command but i dont know how to have the serial entered.
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: bmustillrose Date: August 20, 2007 at 13:45:08 Pacific
Reply:
For office 2007 (will probably work with 3) you can type setup.exe /admin to create an answer fiole. For a great list of commandline switches that automate software installs for different programs have a look at http://www.uawiki.org - click on ap swithces db. If you want this to look nice (aka invisable) then google for cmdow or if your av says its a virus download cmdhide from siginetsoftware.com. Also consider packaging it in something like a winzip self extractor?
Summary: Hi, I was wondering if it is possible to get the last line of a text file and save it to a variable? I found a script that gets the first line, but I have been unable to write one of my own. I could...
Summary: I want to do a (preferably) batch file, that searches for a certain string in a file and deletes the line its at. So if for example the file consists of: multi square john 3323 single square johnp 351...
Summary: I have a text file which has more then 10000 lines in it. I want to add a < in the begining of each line and > at the end of each line through a batch run. Can anyone provide me with a batch file t...