Dokumente automatisch in einem bestimmten Ordner speichern

3877
Lobotek

Ich mache ein Praktikum bei einer gemeinnützigen Organisation. Es gibt einen Ordner für den Freigabeordner, in dem die Mitarbeiter ihre Arbeit speichern können. Leider vergessen viele von ihnen, auf der Freigabe zu speichern und stattdessen auf ihren Maschinen zu speichern.

Gibt es eine Möglichkeit (wie das Verwenden eines Skripts), um die Dokumente automatisch im Freigabeordner statt auf der Festplatte zu speichern?

Die Computer haben Windows XP.

0
Es gibt eine Reihe von Überlegungen. Woher weiß das Skript, wo auf seinen Computern nach einer bestimmten Datei gesucht werden muss? Gibt es gängige Verzeichnisse und Dateinamenkonstrukte? Haben Sie ein Active Directory-Setup? MaQleod vor 11 Jahren 1
Welche Anwendung verwenden sie? soandos vor 11 Jahren 0

2 Antworten auf die Frage

2
amiregelz

You can change the default location of the Save As button of all Microsoft applications (e.g Word, Excel) and other application that use the default Windows Save As dialogue (e.g Notepad++):

Windows XP default Save As dialogue

It is possible to change location to whatever directory you want, including a network share or mapped drive:

  1. Open REGEDIT (Start -> Run -> regedit) and browse to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell\Folders.br.

  2. Edit the string value Personal and change the data to whatever directory or other location you want. No special syntax is needed.

  3. Press the F5 key to refresh. If that did not work, close all open programs and hit F5 again.

This will work for all MS applications, including Windows itself, with a few exceptions. If you want to do the same for other programs, that use a different/custom Save As dialogue, you might need to change the Save As location manually for each program, usually through its settings or preferences.

Dies funktioniert für alle Apps, die das in Windows eingebaute Dialogfeld "Speichern unter" aufrufen, nicht jedoch für solche, die alternative GUI-Toolkits oder benutzerdefinierte Dialogfeld "Speichern unter" verwenden. MaQleod vor 11 Jahren 1
Richtig, ich habe diese Info zu meiner Antwort hinzugefügt. amiregelz vor 11 Jahren 0
0
Andrew Lambert

Delete the local directory and replace it with a shortcut to the shared directory using the local directory's name. Shortcuts are transparent to most applications so no further work should be necessary.