Variable and installation
Posted: 01 Jul 2010 03:48
Hi, I am wanting to install a program into few hundreds computer.
My batch command at the moment includes copying the file from my local drive over the network computers and auto installation with psexec. Each installation takes around 2 minutes.
I am having an idea to just copy and paste all the IPs to a variable in a particular file, lets call it ABC. The batch file will call for the variable from ABC. Is there a way for me to just copy and paste all this IP under a variable without myself naming each variable? Thanks.
My batch command at the moment includes copying the file from my local drive over the network computers and auto installation with psexec. Each installation takes around 2 minutes.
I am having an idea to just copy and paste all the IPs to a variable in a particular file, lets call it ABC. The batch file will call for the variable from ABC. Is there a way for me to just copy and paste all this IP under a variable without myself naming each variable? Thanks.