Search : in
By :

I need information about DOS batch script

Last answer on Nov 12, 2009 7:42:01 pm GMT renalte16, on Nov 7, 2009 12:18:01 pm GMT 
 Report this message to moderators

Hello, evry bady

i just want to know how to make a DOS batch script file run automatically ?

Configuration: Windows XP Internet Explorer 7.0

Best answers for « i need information about DOS batch script » in :
Batch Script - Move files to \%date%\%time%\ Show Batch Script - Move files to \%date%\%time%\ Issue Solution Note Issue I have been trying to make a simple batch script to create database backups and move then into a folder named by date, and a sub folder by time. This is what I...
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]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
Converting DOS /UNIX and vice-versa ShowConverting DOS /UNIX and vice-versa Intro Conversion DOS to UNIX / UNIX to DOS Conversion from DOS to UNIX Conversion from UNIX to DOS Intro Though there are (dos2unix and unix2dos) utility programs capable of performing this task,...
Backup ShowBackup Setting up a redundant architecture ensures that system data will be available but does not protect the data against user-introduced errors or against natural disasters such as fires, floods or even earthquakes. Therefore it is necessary to...
Introduction to DOS ShowThe development of MS-DOS MS-DOS is the most well known operating system, the most commercialised version is that of Microsoft, christened "MS-DOS" (there are other versions such as DR-DOS). MS-DOS was created in 1981 when it was used on an IBM...
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

dancedhall, on Nov 12, 2009 3:38:47 pm GMT

Hi there,

open a new notepad

type command in it like:

chkdsk

or any other command

then save the file as checkdisk.bat

double click on it for use

Thanks

Reply to dancedhall

2

 renalte16, on Nov 12, 2009 7:42:01 pm GMT

Hi
i know that
what i want is how to make it run automatically -when my PC start- without double click

Reply to renalte16