question about command prompt..

Newbie Member
25Jun2007,01:32   #1
rumenbg25's Avatar
hallou! can anybody tell me,how to write a series of commands in command prompt(on windows xp)
for example::BEGIN
Echo This is an endless loop!
GOTO BEGIN

and afterall,can i implement a simple programs directly in command prompt? without first put them in a batch file?
Go4Expert Member
7Jul2007,14:58   #2
shadowskill404's Avatar
As for your first question... Writing a series of code in command line for me is impossibe.... Unless you save it as batch...

As for the second question... If your refering to an executable files and you want to run it in command line... Try to copy the Program in the path where your command.com resides... But usually in XP it is commonly found in <B> indows\System32\ </b
Go4Expert Member
7Jul2007,14:59   #3
shadowskill404's Avatar
Sorry that last message there jumbles.... But its

C:\Windows\System32
Go4Expert Founder
7Jul2007,19:16   #4
shabbir's Avatar
Have a .bat file and copy all the command into the file you would like to execute and then execute the bat file.