We are having trouble adding our batch scripts to the Windows 7, 8 or 10 taskbar or menu Démarrer.
Our batchfiles take some arguments and just execute other application based on those arguments .
To keep it simple, we created some shortcuts for our customers which they just need to click afin de get everything running.
The question here is: *How can we pin those shortcuts or batch files to la barre des tâches or menu Démarrer?*
(The customers aren't supposed to access the système de fichiers and that's why they can only see la barre des tâches)
Comment épingler un raccourci ou un fichier batch à la barre des tâches et au menu Démarrer de Windows 7, 8 et 10 ?
Re: Comment épingler un raccourci ou un fichier batch à la barre des tâches et au menu Démarrer de Windows 7, 8 et 10 ?
- Create a shortcut to your batch file.
- Get into shortcut property and change target to something like: `cmd.exe /C "path-to-your-batch"`.
- Simply drag your new shortcut to la barre des tâches. It should now be pinnable.
- Get into shortcut property and change target to something like: `cmd.exe /C "path-to-your-batch"`.
- Simply drag your new shortcut to la barre des tâches. It should now be pinnable.