I am new to Hyena and am trying to figure out how to run a batch file that contains the following lines:
net use W: \\sentinal\ofcscan\Admin\Utility\IpXfer
cd\
W:\ipxfer.exe -m 1 -s Sentinal -p 80 -c 40248 -q 1
net use W: /delete
What is the step-by-step method to creating the batch file in Hyena then running it on certain PCs?
Thanks,
Scott
net use W: \\sentinal\ofcscan\Admin\Utility\IpXfer
cd\
W:\ipxfer.exe -m 1 -s Sentinal -p 80 -c 40248 -q 1
net use W: /delete
What is the step-by-step method to creating the batch file in Hyena then running it on certain PCs?
Thanks,
Scott
Comment