MSFN is made available via donations, subscriptions and advertising revenue. The use of ad-blocking software hurts the site. Please disable ad-blocking software or set an exception for MSFN.
×
Search the Community
Showing results for tags 'script'.
-
Hello friends, I have a basic level at batch files. In one of my bacth file I use below variable for naming my backup file whose name is "2016.08.16-(08.30)-FLAMENT.rar" set HM=%time:~0,2%.%time:~3,2% echo (%HM%) --produces--> (08.30) The problem is that I want to use the same time (08.30) for the other file which related to the previous one. But since the time changes throughout the process in the same batch file, %HM% produces (08.32), not (08.30) for the time changed. how can I use same time for all processes thoughout the batch file ? I mean, I want %HM% to p
-
Hi guys. I need a little help here. I was searching for some batch script to do some tasks on windows 7, 8 and 10 machines and I found some interesting topic. I grab the script and I made some changes. Now I need to make the script to work and I need your help to make the changes I wrote on the script itself. If possible, please, jaclass or somebody else, help me.. The sketch for the script is: IMPORTANT: Whe the user run this script it must get elevate privilegies automaticaly (as run as administrator do). ECHO """BATCH SCRIPT TO CLEAN THINGS!!! "This script will clean th
- 2 replies
-
- clean
- automation
-
(and 2 more)
Tagged with:
-
first problem : I have set up all intallation files on WPI ,all works fine, but when i run a reboot agter programm installation, the installer call me there is a script error on the site, but the reboot is works fine and the message goes away, every time with the reeboot command {REBOOT} 5 is the same error is there anyone who have a solution for this problem ? second : when wpi starts the instalation the network connection failed with step 2/3/4 ,appears only, all work fine after the error, is there any solution to hide the error ? regards Andy
-
I looked at the 1st three pages of the topic, but of course I didn't find an answer. I suspect that somewhere in the mass of links in the stickies at the top of the topic, my answer can be found buried in there. Please forgive my impatience. When we do a Windows XP unattended installation, there's a point during the 2nd (graphical) phase of setup, where a script can be run. My XP discs would create a default user at this time. Is the same true of Windows 7 and if so, could someone share a couple of links explaining the procedure ? What I'd like to do is launch some preparatory work from on
- 3 replies
-
- customization
- setup
-
(and 1 more)
Tagged with:
-
Hello everybody, I am a little stuck with this following issue. We have a client WindowsXP Prof that due to security limitations will logout the user automaticly after 10min no beeing used. On this desktop there are a lot of pdf's created and stored automaticly. Now my question: Is there a way to copy those files to an network location (server) without having any user logged into the system and this on a regular base ( example every 5min?) Any ideas ? Everything is welcome. Many thanks Koen