1.

Solve : help required?

Answer»

I want to create a batch file or somethink similar which when run will ask for the computer name then open a file on that computer.

I have wrote the following which asks for you to input the computer name


@echo off
set /p dwd=Type the computer name:

I then want the result of what was TYPED to be put in the following. where the dwd number would be what they typed

\\Dwd1a595\C$\WINNT\Version.bmp

is this possibleI THINK this was already ANSWERED in the DOS section:

\\Dwd%dwd%\c$\WINNT\Version.bmp

Please don't duplicate your POSTS. It only creates confusion.

8-)



Discussion

No Comment Found