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
Execute a script a startup and shutdown ShowExecute a script a startup and shutdown The trick works Windows XP, Vista and 7, but the method varies depending on your edition of Windows. For professional or full editions Start the policy editor of the local group: Start Menu> Run> Type...
MS-DOS Window - How to change the appearance? ShowMS-DOS Window - How to change the appearance? Option Tab Font Tab Layout Tab Colors Tab When you open a window command prompt, it is possible to change this window (size and color). You can also change the cursor shape and other...
Download Folder Lock ShowDescription The application is designed by New Softwares, Inc. Folder Lock is a tool that allows you to protect your folders with a password. Simple and easy to use, the application has been awarded from various places. Offering an intuitive...
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...
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...
Information security officer (ISO) ShowInformation security officer (ISO) An ISO (information security officer) is in charge of setting and a company's security policy. He/she also plays a critical role in informing, advising, and alerting the general management on matters relating to...

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