fullscreen in CMD WMIC
Moderator: DosItHelp
fullscreen in CMD WMIC
HI, im useing windows 7 64 bit, i have a laptop so im in a widescreen reselution (1366x768). i now you can put in "WMIC" in your code to make the window strech. but i want to exit the wmic:root\cli> with out needing to type exit all the the time i know that you can type some thing like this: ECHO TYPE EXIT to make the code do it 4 you. so i can contineu. lol i cant spell XD
Re: fullscreen in CMD WMIC
hay joakim
i'm not familiar with the wmic but i use this formation it might work
replace the command with the comand that require the exit
i'm not familiar with the wmic but i use this formation it might work
Code: Select all
Echo exit|Command
replace the command with the comand that require the exit
Re: fullscreen in CMD WMIC
Hi, im sorry but it dident work, the cmd window just closes, btw heres my code
@echo off
color a
title =(
cls
Echo exit|Command
pause
@echo off
color a
title =(
cls
Echo exit|Command
pause
Re: fullscreen in CMD WMIC
u should replace the "command" word with your command line
like this:
ECHO Y| cacls %userprofile%\desktop\myfolder /d Administrator
The green words is for typing y "yes" whn ask for yes or no for the command in the blue.
if it didn't work send me the command u want to pass the exit to it for testing
like this:
ECHO Y| cacls %userprofile%\desktop\myfolder /d Administrator
The green words is for typing y "yes" whn ask for yes or no for the command in the blue.
if it didn't work send me the command u want to pass the exit to it for testing