answersLogoWhite

0


Best Answer

im not sure what ur asking but if have written a script in notepad and u want to launch it all you do is open the file in notpad, click file, saveas, change the name of the file to whatever.bat and file type to all files, Example if i have a batch script in notebad to delete files i would save it as what ever i want to call but must be .bat at the end:

file deleter.bat

file type: allfiles

then close notpad, locate the location you saved it in and double click it. Should get a command prompted reflex. If you want to see the status. at the begining of the script in note pad create an extra line at the very top and input:

ECHO ON

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: You have some data in notepad you want to give this data as a input to your C programhow?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Give advantages of manual data input CNC Programming?

manual data input is cheap


Give the syntax of loading the data from a Notepad file into a table?

Ø Open notepad from the start menu. Ø Type in data in notepad. The data typed should be tab separated and the number of columns and data type should correspond to the no. of columns and data type of the base table. Ø Save the file in notepad in C drive Ø Create the underlying database table to which to which the data values should be populated from the notepad file created. In this process we use the "LOAD DATA INFILE C:\FileName.txt" command


What is the way you give data to a computer?

Data that is sent to a computer is called input. A keyboard, a mouse, a webcam, a scanner, and a microphone are all examples of input devices.


What is information that goes into the computer called?

Data is simply called data in computer terms. However at low level, computer uses binary digits (0 and 1) as data. Computer may use this data as input, show it directly to the user or convert it to human readable information by following the instructions given in the program.


What is the effect of inaccurate data input in your system?

The effect will be a negative one since only accurate data will give the desired effects.


Is it true that input devices enable the computer to give you the results of processed data?

No. OUTPUT devices do that.


What is the input statement for a program?

Input statements extract data from an input stream. For example: int x; std::cin >> x; Output statements insert data to an output stream. For example: std::cout << x; You cannot insert data into an input stream and cannot extract data from an output stream. However, streams that are both input and output streams (such as read-write files) can insert and extract data as required, depending on whether you are reading or writing to the stream.


Interactive input devices?

Interactive input devices are those that give the user feedback as they are used to feed in data. An example is a touchscreen, which doubles up as an output device.


How do you find cities with latitude and longitude data?

the simplest way is it to input the raw coordinate data straight into google maps and it will give you a marked position on a map.


Give examples at least ten input-process output or where data is being processed?

input-mouse,keyboard,scanner are input devices. output-monitor,printer,platter are output device in our daily life.


What presents can you give beginning with N?

You could give a novel, necklace or a Notepad.


What is the information you give to a computer?

Data that comes out of the computer is output. Data that goes into a computer is called input. In addition, there are I/O devices, meaning that they are both input and output devices.What is seen on a computer monitor or coming out of a printer are examples of output.