Deschiderea mai multor link-uri in acelasi timp folosind un batch file si browserul Mozilla

Pentru a putea deschide mai multe link-uri in acelasi timp, puteti folosi codul mentionat mai jos, prin urmatorii pasi.

Pasul 1 : Deschidem un notepad sau orice alt text editor

Pasul 2 : Copiem codul urmator:

@echo off
Set URL=”www.google.com www.yahoo.com www.facebook.com www.twitter.com”
For %%a in (%URL%) Do (Start /d “%programfiles%\Mozilla Firefox” Firefox.exe %Newtab% “%%a”)

Pasul 3 : In Set URL=”introduceti adresele pe care doriti sa le deschideti in acelasi timp”

Pasul 4 : Salvam fisierul cu extensia .bat sau .cmd

[mai mult...]

Crearea unui shortcut care sa-ti deschida pagina utilizand Internet Explorer

In cazul in care browserul default nu este Internet Explorer, dar totusi avem nevoie sa deschidem o anumita pagina cu Internet Explorer, putem folosi scriptul de mai jos.

    1. Deschidem notepad sau orice alt text editor.
    2. Copiem codul de mai jos:

Option Explicit
Dim WS,IE,URL
Set ws = CreateObject(“wscript.shell”)
IE = “%ProgramFiles%\Internet Explorer\iexplore.exe”
URL = “https://askit.ro/solutii/crearea-unui-shortcut-internet-explorer”
WS.run DblQuote(IE) & ” ” & URL
Function DblQuote(Str)
DblQuote = Chr(34) & Str & Chr(34)
End Function

3. Inlocuim URL-ul   “https://askit.ro/solutii/creearea-unui-shortcut-internet-explorer”  cu linkul dorit.

4. Salvam fisierul cu numele-dorit.vbs

5. Accesam fisierul salvat, iar pagina se va deschide automat in Internet Explorer.

[mai mult...]

Cum sa iti personalizezi auto replace in Outlook

Se intampla sa avem cateva constructii de cuvinte, propozitii, numere telefon sau adrese pe care le folosim in fiecare zi in Outlook la compunerea unui email. Le putem inlocui cu doar cateva caractere sa nu mai scriem mereu toata adresa si la tastarea acelor caractere Outlook sa afiseze automat ce voiam de fapt. Pentru acest lucru urmati pasii de mai jos.

[mai mult...]

How to Add Third-Party Cloud Storage in Microsoft Teams

Microsoft Teams features native integration with an increasing number of third-party services, including cloud-based file storage like Box, Dropbox Citrix ShareFile, and Google Drive. Connect your existing storage to Teams to start sharing and collaborating with just a few clicks.

Using Teams to collaborate on files stored by your third-party service can make life easier for businesses, especially those operating with freelancers or remote workers. It’s also the best way to make sure your business meets the needs of employees and clients, no matter what service they use to manage their files on the cloud

[mai mult...]