Been lurking for a long time, post a new thread to ask
Everyone, what do you use to create a new batch file?
For example: right-click
@echo off
reg add HKCR\.bat\ShellNew /v nullfile /f
reg add HKCR\batfile /v e /d p /f
I counted, need right-click (new p) - left-click (click) - rename (keyboard) - right-click (edit) - left-click (click)
Oh my god, have to click the mouse 4 times, and also right-left-right-left, it's very troublesome, and then have to (@echo off) -- have to type 8 characters on the keyboard, a space,
Is there a faster way, preferably double-click to be okay?
[ Last edited by qingfushuan on 2007-2-24 at 01:29 PM ]
Everyone, what do you use to create a new batch file?
For example: right-click
@echo off
reg add HKCR\.bat\ShellNew /v nullfile /f
reg add HKCR\batfile /v e /d p /f
I counted, need right-click (new p) - left-click (click) - rename (keyboard) - right-click (edit) - left-click (click)
Oh my god, have to click the mouse 4 times, and also right-left-right-left, it's very troublesome, and then have to (@echo off) -- have to type 8 characters on the keyboard, a space,
Is there a faster way, preferably double-click to be okay?
[ Last edited by qingfushuan on 2007-2-24 at 01:29 PM ]
