Search found 2 matches

by Niraj
05 Nov 2013 01:04
Forum: DOS Batch Forum
Topic: How to Divide a text file in multiple files
Replies: 1
Views: 2324

How to Divide a text file in multiple files

Hi,
Want to divide a text file in to multiple files through batch script.

Example:

Input file : Big_file_name_1.txt

Output file : Small_file_name_1.txt
Small_file_name_2.txt

Regards,
Niraj
by Niraj
19 Jul 2013 01:35
Forum: DOS Batch Forum
Topic: Key Press through Batch File
Replies: 2
Views: 10526

Key Press through Batch File

Hi,

Want to access some key board Button through Batch script.

Example: Suppose open notepad through script,and Want to access
Ctrl+S : For saving the file
Ctrl+P : For Print that file

or some some simple key opertion.

like Write some already define content.

Thanks in Advance

Regards,
Niraj