Search found 4 matches

by DELvEK
16 Sep 2019 11:21
Forum: DOS Batch Forum
Topic: How To Start @echo off Script After @powershell Script in same BATCHFiLE?
Replies: 6
Views: 11036

Re: How To Start @echo off Script After @powershell Script in same BATCHFiLE?

no. But its all fine and thank you again Im going to work with this and change the script to make it pause at the color legend and ask to quit or to reload the script into a new terminal instead and by default closing the first one.

thanks to you, very appreciated !
by DELvEK
14 Sep 2019 00:08
Forum: DOS Batch Forum
Topic: How To Start @echo off Script After @powershell Script in same BATCHFiLE?
Replies: 6
Views: 11036

Re: How To Start @echo off Script After @powershell Script in same BATCHFiLE?

its working as wanted thank you so much btw !
very fast answer and CLEAR! Love that :D
but the script close when it supposed to restart and it should work it does return to the animated text but as soon as I press a key it close..
by DELvEK
13 Sep 2019 05:04
Forum: DOS Batch Forum
Topic: How To Start @echo off Script After @powershell Script in same BATCHFiLE?
Replies: 6
Views: 11036

Re: How To Start @echo off Script After @powershell Script in same BATCHFiLE?

Thanks for your Fast repply. Im getting this : (preview) https://i.imgur.com/nzVHaOz.png when trying the code like this : @call :psScript @echo off :TITLE title DELvEK .BAT COLORS TUTORiAL SETLOCAL EnableDelayedExpansion for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1...
by DELvEK
12 Sep 2019 17:34
Forum: DOS Batch Forum
Topic: How To Start @echo off Script After @powershell Script in same BATCHFiLE?
Replies: 6
Views: 11036

How To Start @echo off Script After @powershell Script in same BATCHFiLE?

I was wondering if anyone knows if its possible to make a Batch script execute Powershell command and then execute @echo off right after? Let me explain in more details. I have a batch script BATCH-COLORS.BAT that open a CMD and animate my text and here is the code: @powershell "gc '%~f0'|select -sk...