is_utf8:0,
 
Search : in
By :

DOS batch file

Last answer on Mar 14, 2009 7:47:15 am GMT ImSorry, on Mar 13, 2009 11:24:00 am GMT 
 Report this message to moderators

Hello Everyone,

I'm new in using batch file scripting. I'm in need batch file that display a welcoming message before displaying
Microsoft Windows operating system version. Next, it will display the current
disk volume and serial number before showing all the files and directories of
current directory, page by page. Finally, the batch file will repeat all the earlier
processes until the user terminates it with the Ctrl+C command. Please help me to create this batch file?

Thanks,
Jack

Configuration: Windows XP
Internet Explorer 7.0

Best answers for « DOS batch file » in :
[Batch File]Time based actions Show[Batch File]Time based actions Issue Solution Issue Upon creating a batch file you want that certain line of batch file is executed after every second (not all the program only certain line). In VB we can do it using the Timer...
Batch file – Get Filenames & Timestamps ShowBatch file – Get Filenames & Timestamps Issue Solution Note Issue Can anyone help me create a batch file that will display all the files, subfolders and files under subfolders of folder with both date created and date modified then...
Writing in batch in text file ShowWriting in batch in text file To write in a file text, you just have to use a redirect: echo text > output_file.txt To write in an existing file: echo " Write at the end of the file ">> output_file.txt
MS DOS Files and directories ShowFiles in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...
Operating Systems - Installing MS-DOS ShowInstalling MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...

1

 Nioce21, on Mar 14, 2009 7:47:15 am GMT

Hi,
try this link to get information about creating batch files:
http://home.att.net/~gobruen/progs/dos_batch/dos_batch.html
this will surely help you.

Reply to Nioce21