5
1
Normally, after creating an executable as an alternate data stream, for instance:
type exec_this.bat > C:\blank.txt:exe.bat
one could simply say
start C:\blank.txt:exe.bat
to run the executable. In Windows 7, all I seem to get is "Access is denied." or "The system cannot find the file $WHATEVER_THE_FILE_IS."
How can I execute this batch file?
This seems like a bad idea. What's your use case? – uSlackr – 2011-05-16T21:48:25.000