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?
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
Have a .bat file and copy all the command into the file you would like to execute and then execute the bat file.