Can anyone please give me the link to
1) How to use xcopy to get the pressed key
2) How to use echo to move the cursor anywhere on screen - by Aacini
Need a little help
Moderator: DosItHelp
-
- Expert
- Posts: 1166
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: Need a little help
1)
2) viewtopic.php?f=3&t=7898
Code: Select all
set "key="
for /f "delims=" %%a in ('xcopy /l /w "%~f0" "%~f0" 2^>nul') do if not defined key set "key=%%a"
set "key=%key:~-1%"
2) viewtopic.php?f=3&t=7898
-
- Posts: 118
- Joined: 02 Apr 2017 06:11
Re: Need a little help
Sounak bro please check your mail. I have messaged you about some things in your article.
PaperTronics
PaperTronics
-
- Posts: 100
- Joined: 16 Dec 2016 22:31
Re: Need a little help
PaperTronics wrote:Sounak bro please check your mail. I have messaged you about some things in your article.
PaperTronics
Sorry man, very busy with my busy life and study schedule. Recently started some android works too som I'm even more busy. I shall try to some up my things and try to return to TheBATeam as soon as possible