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 SMS2003 with a BAT file
Name: jcosley Date: February 9, 2009 at 08:35:13 Pacific OS: Windows XP CPU/Ram: 1000 Product: Fujitsu / 4220 Subcategory: Batch
Comment:
I want to create a batch file that installs SMS2003 automatically and entering the SITE CODE in also when it runs the MSI file i'm calling.
here's what I got
echo * SMS and Symantec Setup* echo * PLEASE BE SURE YOUR COMPUTER IS ON THE MAHC DOMAIN FIRST!!! * echo * Installing SMS 2003 *
msiexec /i "\\xyz\tech\software\SMS2003\SMSSETUP\CLIENT\I386\CLIENT.MSI" siteserver=S01 /qb echo * Please WAIT until Screen FLASHES before continuing on! * pause
Summary: I need a .bat file to to change a text file with one row that has 100 names, separated by comma with no quotes to one column with 100 records/rows. ...
Summary: I need some help with a bat file that I created. I am trying to make it stay minimized on my user's screens. Do I simply put Echo Off or @Echo Off in the bat file and where do I put it to take effec...