parsonjack
IS-IT--Management
hi, i've got a simple script that prompts for a machine name and then dispays the contents of a text file on that machine as follows:-
cls
@echo off
set /p machine=Machine Name?
type \\%machine%\c$\impart\ipadman.dat
pause
this works fine on W2000 but how can i get it to work on NT?
thanks.
cls
@echo off
set /p machine=Machine Name?
type \\%machine%\c$\impart\ipadman.dat
pause
this works fine on W2000 but how can i get it to work on NT?
thanks.