Search found 5 matches
- 30 Aug 2014 14:40
- Forum: DOS Batch Forum
- Topic: Batch file on a remote computer
- Replies: 14
- Views: 10511
Re: Batch file on a remote computer
Just out of curiosity, what does the /fs switch do? It didn't do anything on xp. Heck! I don't know. I removed it and did not notice any change in performance. I got the whole string somewhere whiole searching Google for a batch file I could use. Now what I do iswhen it's time to put some sort of m...
- 29 Aug 2014 11:52
- Forum: DOS Batch Forum
- Topic: Batch file on a remote computer
- Replies: 14
- Views: 10511
Re: Batch file on a remote computer
Solved! I found the startup folders for the users. I put the batch file in the users startup folder\programs\start\Warning.bat. It started a notebook file that I had put in \startup\programs. The batch file is @echo off Start notepad "c:\users\appdata\roaming\microsoft\windows\start menu\progra...
- 29 Aug 2014 07:30
- Forum: DOS Batch Forum
- Topic: Batch file on a remote computer
- Replies: 14
- Views: 10511
Re: Batch file on a remote computer
Every user has their own startup folder in their profile. So you can just put it in that users startup folder. Been like since at least Windows 2000 or even earlier. I can't remember how NT4 worked. I did a search on one of the computers that I maintain. Searched for the word "Startup" an...
- 27 Aug 2014 12:05
- Forum: DOS Batch Forum
- Topic: Batch file on a remote computer
- Replies: 14
- Views: 10511
Re: Batch file on a remote computer
To keep from getting confused a little more info seems appropiate. Several of the computers in question have multiple user accounts.I would want the popup to appear when a certain user logged on.
Also what would the bat file look like? I am new to using DOS commands in this manner.
Also what would the bat file look like? I am new to using DOS commands in this manner.
- 27 Aug 2014 09:58
- Forum: DOS Batch Forum
- Topic: Batch file on a remote computer
- Replies: 14
- Views: 10511
Batch file on a remote computer
I maintain several computers remotely. On occassion I would like to place a notebook file on a particular user desktop and have it open on the first or second keystroke after the user gets on the computer. The first part I can do manually, that is xfer a notebook file to a folder on the remote compu...