ಕನ್ನಡದಲ್ಲಿ DOS Commands
ನಾನು ಮೊದಲ ಬಾರಿಗೆ BAT FILE ನಿಂದ ಪ್ರಚೋದಿತನಾಗಿ ತಯಾರಿಸಿದ ಕನ್ನಡ command ಗಳನ್ನು ನಿಮ್ಮ ಮುಂದಿಡಲು ಬಯಸುತ್ತೇನೆ.
create batch files containing following strings.
copy con hosa.bat
@ copy con %1
copy con alisu.bat
@ if not exist %1 echo KADATHA %1 ILLA
@ if exist %1 del %1
copy con bari.bat
@ if not exist %1 echo KADATHA %1 ILLA
@ if exist %1 type %1
copy con oresu.bat
@ cls
Example: To create a new file type command HOSA FILE_NAME
ಹೇಗಿದೆ ಹೊಸ ಕನ್ನಡ ಕಮಾಂಡ್ ಗಳು
ಬಶೀರ್ ಕೊಡಗು
Rating
Comments
ಉ: ಕನ್ನಡದಲ್ಲಿ DOS Commands
In reply to ಉ: ಕನ್ನಡದಲ್ಲಿ DOS Commands by hpn
ಉ: ಕನ್ನಡದಲ್ಲಿ DOS Commands
ಉ: ಕನ್ನಡದಲ್ಲಿ DOS Commands