Answer» hi,
i downloaded a utility from this SITE called "bat2exe.com" which converts .bat files to .com so that the source code is unreadable.
but there is a problem with the utility. it does not open any files.
i want it to open a .TXT file in the same FOLDER as the .com file but it just shows the message "bad COMMAND or file name"
please help me Thanks.
this is what i had typed
@echo off j:\readme.txt @pause
(the j: is my HD DRIVE.)readme.txt is not an executable file. Try: edit j:\readme.txt
Bat2exe has many known problems. It does not handle IF statements very well and is totally clueless with FOR statements.
Hope this helps.
|