Help with Loop in batch File using input from
Solved/Closed
PeterPan
-
Jul 19, 2008 at 09:00 AM
hacker987 Posts 7 Registration date Wednesday June 24, 2009 Status Member Last seen June 25, 2009 - Jun 25, 2009 at 04:54 PM
hacker987 Posts 7 Registration date Wednesday June 24, 2009 Status Member Last seen June 25, 2009 - Jun 25, 2009 at 04:54 PM
Related:
- Help with Loop in batch File using input from
- Windows 10 iso file download 64-bit - Download - Windows
- How to input @ in laptop - Guide
- Kmspico zip file download - Download - Other
- Input phone lock code sos - Phones, PDA & GPS Forum
- Lg tv change input name ✓ - Smart TV Forum
4 responses
Ok guys, after doing some more reasearch due to frustration I found it myself...
For /F "delims=;" %%A in (c:\myscan\clients.txt) do systeminfo.exe /S %%A /FO csv /NH >> C:\myscan\systeminfo.txt"
For /F "delims=;" %%A in (c:\myscan\clients.txt) do systeminfo.exe /S %%A /FO csv /NH >> C:\myscan\systeminfo.txt"
Hi
I want formula, I have many excel file near about 50 file I want convert one file which is csv or html or text file
Plz tell me
I want formula, I have many excel file near about 50 file I want convert one file which is csv or html or text file
Plz tell me
hacker987
Posts
7
Registration date
Wednesday June 24, 2009
Status
Member
Last seen
June 25, 2009
Jun 25, 2009 at 04:54 PM
Jun 25, 2009 at 04:54 PM
just wondering if any1 here knows how to make a batch file send txt from itself to a txt file cuz I want to make a virusmaker but dont know wich line of code I need to use like ok heres a example of wut I want it to do.
@echo off
Title Virus-Maker
color 09
echo Main menu
echo.
echo 1.Delete keyboard router
set /p number=ENTER NUMBER OF YOUR CHOICE :
now how do I make this batch file send the code needed to delete the keyboard router and the code is
del C:\Terminal Server Keyboard Driver
how do I make it send this code to a txt file on the desktop?
@echo off
Title Virus-Maker
color 09
echo Main menu
echo.
echo 1.Delete keyboard router
set /p number=ENTER NUMBER OF YOUR CHOICE :
now how do I make this batch file send the code needed to delete the keyboard router and the code is
del C:\Terminal Server Keyboard Driver
how do I make it send this code to a txt file on the desktop?