Pagina 1 di 1

fille .bat non apre finestre

Inviato: gio mar 25, 2021 3:57 pm
da cippico
ho un file .bat che uso per aprire direttamente alcune finestre da cui eliminare file superflui (non posso usare pulitori,e´un pc di cui non sono amministratore)

strutturato cosi´si aprono finestre

start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\bookmarkbackups
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\datareporting\archived
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\storage\permanent\chrome

ho aggiunto nuove voci ma non si aprono

start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Application Cache\Cache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Cache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\GPUCache

ho anche provato ad unire la voce User Data e ho provato anche ad unirle con _

non capisco come mai non funziona :(

mi appare finestra di errore di file non trovato...come se non esistesse la tal cartella,ma se incollo il percorso su barra superiore e premo invio entra nella cartella...

suggerimenti?

grazie a tutti e ciaooo

Re: fille .bat non apre finestre

Inviato: gio mar 25, 2021 4:58 pm
da crazy.cat
Se ci sono degli spazi devi mettere gli apici per chiudere il percorso completo.
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Application Cache\Cache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Cache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\GPUCache"

Re: fille .bat non apre finestre

Inviato: ven mar 26, 2021 9:57 am
da cippico
non funziona...se lo copio su desktop mi si aprono tante finestre dos che puntano al desktop quante sono le stringhe nel .bat ...
se lo copio in nuova cartella mi apre sempre un tot di finestre dos che puntano a nuova cartella... :s

sempre grazie per il supporto :grazie

Re: fille .bat non apre finestre

Inviato: ven mar 26, 2021 10:18 am
da crazy.cat
scrivi il file bat completo qui nella discussione

Re: fille .bat non apre finestre

Inviato: ven mar 26, 2021 11:31 am
da cippico
eccolo

start C:\Windows\System32\rundll32.exe C:\Windows\System32\shell32.dll,Control_RunDLL C:\Windows\System32\inetcpl.cpl
start explorer.exe C:\Users\xxxxxx\Documents\Startup\Startup.exe
start C:\Users\xxxxxx\AppData\Local\Temp
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\bookmarkbackups
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\datareporting\archived
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\storage\permanent\chrome
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Application Cache\Cache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Cache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\GPUCache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\gfdkimpbcpahaombhbimeihdjnejgicl\def\GPUCache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\nmmhkkegccagdldgiimedpiccmgmieda\def\GPUCache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\PnaclTranslationCache
start C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\ShaderCache\GPUCache
start C:\Users\xxxxxx\AppData\Local\Google\Software Reporter Tool


quelli che ho aggiunto sono in rosso,e non funzionano

ancora grazie e ciaooo

Re: fille .bat non apre finestre

Inviato: ven mar 26, 2021 6:24 pm
da pconte
Direi che non hai applicato quanto ti ha scritto crazy.cat.
Le linee in rosso hanno parti del percorso che contengono spazi.
Tutte eccetto l'ultima conengono

\User Data\

e l'ultima addirittura

\Software Reporter Tool

Per scrupolo ti suggerisco di mettere sempre le " prima e dopo i percorsi, se non servono non danno errori...

Ciao!

Re: fille .bat non apre finestre

Inviato: sab mar 27, 2021 8:39 am
da crazy.cat
prova questo

start C:\Windows\System32\rundll32.exe C:\Windows\System32\shell32.dll,Control_RunDLL C:\Windows\System32\inetcpl.cpl
start explorer.exe C:\Users\xxxxxx\Documents\Startup\Startup.exe
start C:\Users\xxxxxx\AppData\Local\Temp
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\bookmarkbackups
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\datareporting\archived
start "C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\storage\permanent\chrome
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Application Cache\Cache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Cache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\gfdkimpbcpahaombhbimeihdjnejgicl\def\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\nmmhkkegccagdldgiimedpiccmgmieda\def\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\PnaclTranslationCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\ShaderCache\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Software Reporter Tool"

Re: fille .bat non apre finestre

Inviato: dom mar 28, 2021 3:31 pm
da cippico
pconte ha scritto: ven mar 26, 2021 6:24 pm Direi che non hai applicato quanto ti ha scritto crazy.cat.
Le linee in rosso hanno parti del percorso che contengono spazi.
Tutte eccetto l'ultima conengono

\User Data\

e l'ultima addirittura

\Software Reporter Tool

Per scrupolo ti suggerisco di mettere sempre le " prima e dopo i percorsi, se non servono non danno errori...

Ciao!
l'esempio e' il mio file originale,ho eseguito il test come suggerito da crazy.cat ma come ho descritto non ha funzionato...

grazie e ciaooo

Re: fille .bat non apre finestre

Inviato: dom mar 28, 2021 3:34 pm
da cippico
crazy.cat ha scritto: sab mar 27, 2021 8:39 am prova questo

start C:\Windows\System32\rundll32.exe C:\Windows\System32\shell32.dll,Control_RunDLL C:\Windows\System32\inetcpl.cpl
start explorer.exe C:\Users\xxxxxx\Documents\Startup\Startup.exe
start C:\Users\xxxxxx\AppData\Local\Temp
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\bookmarkbackups
start C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\datareporting\archived
start "C:\Users\xxxxxx\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\storage\permanent\chrome
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Application Cache\Cache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Cache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\gfdkimpbcpahaombhbimeihdjnejgicl\def\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\nmmhkkegccagdldgiimedpiccmgmieda\def\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\PnaclTranslationCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Chrome\User Data\ShaderCache\GPUCache"
start "C:\Users\xxxxxx\AppData\Local\Google\Software Reporter Tool"
ho fatto la prova con gli apici ma come ho descritto mi si apre finestra dos realtiva al percorso in cui si trova il file .bat

domani provo a copiare nel .bat cio' che mi hai postato...

ancora grazie e ciaooo

Re: fille .bat non apre finestre

Inviato: dom mar 28, 2021 4:33 pm
da crazy.cat
cippico ha scritto: dom mar 28, 2021 3:34 pm ho fatto la prova con gli apici ma come ho descritto mi si apre finestra dos realtiva al percorso in cui si trova il file .bat
In effetti hai ragione.
Ci guardo.

Il percorso messo tra apici diventa il titolo della finestra aperta
"titolo" Testo da visualizzare nella barra del titolo della finestra.

Re: fille .bat non apre finestre

Inviato: dom mar 28, 2021 5:02 pm
da crazy.cat
Prova così
start C:\Windows\System32\rundll32.exe C:\Windows\System32\shell32.dll,Control_RunDLL C:\Windows\System32\inetcpl.cpl
start explorer.exe C:\Users\crazy.cat\Documents\Startup\Startup.exe
start C:\Users\crazy.cat\AppData\Local\Temp
start C:\Users\crazy.cat\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\bookmarkbackups
start C:\Users\crazy.cat\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\datareporting\archived
start C:\Users\crazy.cat\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\storage\permanent\chrome
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Application Cache\Cache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Cache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\gfdkimpbcpahaombhbimeihdjnejgicl\def\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\nmmhkkegccagdldgiimedpiccmgmieda\def\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\PnaclTranslationCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\ShaderCache\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Software Reporter Tool"
Io non ho tutte quelle cartelle di chrome.

Re: fille .bat non apre finestre

Inviato: lun mar 29, 2021 9:49 am
da cippico
crazy.cat ha scritto: dom mar 28, 2021 5:02 pm Prova così
start C:\Windows\System32\rundll32.exe C:\Windows\System32\shell32.dll,Control_RunDLL C:\Windows\System32\inetcpl.cpl
start explorer.exe C:\Users\crazy.cat\Documents\Startup\Startup.exe
start C:\Users\crazy.cat\AppData\Local\Temp
start C:\Users\crazy.cat\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\bookmarkbackups
start C:\Users\crazy.cat\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\datareporting\archived
start C:\Users\crazy.cat\AppData\Roaming\Mozilla\Firefox\Profiles\q8eohtlv.default\storage\permanent\chrome
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Application Cache\Cache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Cache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\gfdkimpbcpahaombhbimeihdjnejgicl\def\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\Default\Storage\ext\nmmhkkegccagdldgiimedpiccmgmieda\def\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\PnaclTranslationCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Chrome\User Data\ShaderCache\GPUCache"
start "" "C:\Users\crazy.cat\AppData\Local\Google\Software Reporter Tool"
Io non ho tutte quelle cartelle di chrome.
in quelle cartelle ci sono files che si possono eliminare,solo cache varie...la stessa cosa come nelle cartelle di firefox...

comunque ho sempre il solito risultato...non sara' che rispetto a cartelle che si aprono da AppData\Roaming quelle che si trovano in AppData\Local generano il problema in quanto non sono amministratore?

ancora grazie e ciaooo

Re: fille .bat non apre finestre

Inviato: lun mar 29, 2021 7:00 pm
da crazy.cat
Non saprei cosa dirti, a me funziona.

P.S. spero che hai cambiato il mio nome account con il tuo....

Re: fille .bat non apre finestre

Inviato: mar mar 30, 2021 1:18 pm
da cippico
funzionaaaa :clap

mi vergogno a dirlo ma sono proprio un imbecille...e non lo tengo nascosto...sopratutto a te... :fiu che mi hai risolto il problemino...

per fortuna hai scritto P.S. spero che hai cambiato il mio nome account con il tuo....
immagino lo davi per scontato visti gli anni di csmanettamento...invece no...
senza guardare bene tutta la stringa,in quanto avevo notato subito i doppi apici dopo start ho pensato che il resto era immutato NON accorgendomi che c'era il TUO utente nel percorso :acch



grazie infinitamente

Re: fille .bat non apre finestre

Inviato: mar mar 30, 2021 3:44 pm
da Matilda12
cippico ha scritto: mar mar 30, 2021 1:18 pm mi vergogno a dirlo ...
Benvenuto nel club! :D
Se posso permettermi: può capitare e capita! Non preoccuparti: crazy.cat è talmente bravo che prevede pure i potenziali errori e le sviste. ;)
Io non riuscivo ad accedere in un sito perché all'atto della registrazione avevo inserito la password con il BLOC-Maiuscolo attivato ... e non mi ero accorto; mentre ogni volta cercavo di entrare - giustamente - con BLOC-Maiuscolo disattivato ... insomma, avevo invertito tutto! :acch

Alla prossima.
Felice che tu abbia risolto. :brindisi

Re: fille .bat non apre finestre

Inviato: mar mar 30, 2021 3:57 pm
da cippico
Matilda12 ha scritto: mar mar 30, 2021 3:44 pm
cippico ha scritto: mar mar 30, 2021 1:18 pm mi vergogno a dirlo ...
Benvenuto nel club! :D
Non preoccuparti: crazy.cat è talmente bravo che prevede pure i potenziali errori e le sviste. ;)
vedo che prevede anche chi si e' rimbambito negli ultimi periodi... :muro :cry: :fiu

ciaooo a tutti

Re: fille .bat non apre finestre

Inviato: mar mar 30, 2021 5:02 pm
da crazy.cat
cippico ha scritto: mar mar 30, 2021 3:57 pm vedo che prevede anche chi si e' rimbambito negli ultimi periodi... :muro :cry: :fiu
Tra i rimba mi ci metto pure io che ti ho dato il batch con il mio nome e me ne sono accorto quando hai risposto.
Allora mi è venuto il sospetto...vuoi vedere che cippico ha fatto lo sbaglio...e ho indovinato.

Re: fille .bat non apre finestre

Inviato: mar mar 30, 2021 10:25 pm
da speedyant
Sono le primavere che passano!

Re: fille .bat non apre finestre

Inviato: mer mar 31, 2021 8:46 am
da cippico
speedyant ha scritto: mar mar 30, 2021 10:25 pm Sono le primavere che passano!
:nono :frightened :impreco :mad:

cerchiamo di rimanere giovani nell'anima...e lo smanettamento ci aiuta...e gli amici di TLAB pure :approvo

ciaooo a tutti