Search found 3 matches

by bre
06 Feb 2010 02:13
Forum: DOS Batch Forum
Topic: Batch File Determine Computer Name
Replies: 2
Views: 4682

Re: Batch File Determine Computer Name

Great Thankyou
by bre
06 Feb 2010 02:03
Forum: DOS Batch Forum
Topic: Saving input from batch into text file [Partially complete]
Replies: 2
Views: 4726

Saving input from batch into text file [Partially complete]

Hi, i would like to save some data into a text file, so far i have. @cls @:COMPUTERNAME @set /p ComputerN=What is the Computer Name? @set /p yn=Are you sure [y/n]? @if "%yn%"=="" (echo Not entry) & (GOTO COMPUTERNAME) @if /I "%yn%"=="n" (GOTO COMPUTERNAME)...
by bre
06 Feb 2010 02:01
Forum: DOS Batch Forum
Topic: Batch File Determine Computer Name
Replies: 2
Views: 4682

Batch File Determine Computer Name

Hi,
I'm attempting to write an install file, and i need to determine a computer name, all workstations are running XP.

is there anyway to do this? thanks.