Command To Run A Batch Files I Want To Run On A Remote Com
Jul 23, 2005
If I'm on computer Jack but I want to inititate a batch file I want to run on computer Jill, how do I get the batch file? I'm not talking about a remote desktop or anything, I want to use a command line to make a batch file run on a remote computer.
View 3 Replies
ADVERTISEMENT
Jul 14, 2005
I have Windows XP SP2 and all the updates. I have recently been fooling around with Batch files. I have been having problems with them not running the command. What happens is I will have a correct command set up in the batch file but when i run it a cmd window opens and the command it is supposed to run continously repeats the command over and over. The command function never actually initiats anything.nothing ever runs from the batch file command. It will just keep repeating for ever and ever untill i close it. Now here is the thing. If i rename the batch file or move it from where i was editing it to another folder it will run just fine. But see the issue is. I dont want have to rename it or move it. I want it to just run like it is supposed to.
View 2 Replies
View Related
Aug 17, 2008
I am wondering if there is a way to change the date last modified through command line. The reason for this is because I want to update the date last modifed as part of a backup solution.
View 3 Replies
View Related
Oct 6, 2010
I will like to create a command prompt or ms-dos batch file for joining domain. How do I go about creating it? The purpose of creating this batch file is that it is useful for joining domain without restarting the PC.
View 1 Replies
View Related
Sep 1, 2009
I have gone through the above thread. I have a specific requirement to count the files in a folder and set it's count value to a variable in the batch script. I will then use this value later in the program. e.g. for /f "delims=" %a in ('dir /a-D /B /s "C:codedepotinstallData File DistribProductName" |find /c /v ""') do Set tempVar=%a I am having trouble with the space in the path. I tried using escape with slash '' but didn't help. Can anyone correct my above command and get the count in the tempVar?
View 1 Replies
View Related
Oct 3, 2004
When I sign in to my server, I need to access the task manager while using remote desktop. I cannot or do not know how to invoke control alt delete from a remote desktop session., so I can see the processes running. Is there another way to see this other then with control alt del?
View 4 Replies
View Related
Apr 19, 2007
I am trying to setup a small program so that I can login to client computers across the internet, using winvnc.I am trying to write a batch file that will start the program and then issue a command to the program to tell it what to connect to.My problem is that the program comes up and then the batch file just stops, it does not goto the next line until the program is closed.What do I need to enter to force it to read the next line without having to close the program? simple little batch file will read as follows.
View 1 Replies
View Related
Aug 8, 2009
I want to delete all the files in some of my directories before I do backups of my office PCs.To do this I'd like to use a batch file. I've tried one with these commands but it fails.I hope to add other directories once I get this working (ie. Recent).
View 14 Replies
View Related
Mar 8, 2010
I am trying to write a batch file that would make a specific program a default over Windows Picture and Fax viewer.Reading on other forums, I've input the following into Notepad:ftype jpegfile="C:Program FilesNeroNero 7Nero PhotoSnapPhotoSnap.exe" "%1" When I right-click on any .jpg file after that, under properties, I see that Nero PhotoSnap is now the default program, but when I open the file it opens in Windows Picture and Fax viewer still.What am I doing wrong? Do I need to add registry changes to complete this process?
View 5 Replies
View Related
Aug 16, 2005
whenever i try to open a batch file an ms-dos window opens up and then it disappears in less than a second. No program will run. I've tried to run lqfix.bat and smitRem's runthis.bat. I need to know how to make this stop happening because i need to run smitrem to rid myself of a virus.
View 14 Replies
View Related
Jan 28, 2005
Im trying to copy a file from one folder to another but the batch file is not working, it says incorrect syntax. the command line im using is: COPY C:TEST *.* C:BACKDIR Does anyone know why this isnt working?
View 2 Replies
View Related
Jan 10, 2008
I've been trying to get something working with batch files and been running into a problem with env variables. First off, I have a batch file which is launched by cruisecontrol and this batch file would set a couple environment variables. then it will call a second batch file which would setup some more environment variables and exit.
View 2 Replies
View Related
Aug 12, 2005
I have a batch file (used to autoexec.bat in earlier Wins) that cleans temporary folders and gets rid of a couple of files that Paradox creates.I've tried the run command in Win.ini - any other ideas ?
View 3 Replies
View Related
Jan 3, 2008
I'm trying to write a batch file that will copy files from a folder on the desktop to various files on the C drive. From what I understand it should be like this: copy c:documents and settings\%userprofile%desktopinstallfilename.txt c:windowsfilename.txt
with %userprofile% in place of the actual user profile name because it will be different each time I run this batch file.This, however, is not working.
View 6 Replies
View Related
Jan 1, 2009
I'm running Win XP Pro SP 3, I have a file that I periodically copy to several different computers on a LAN. The exact destinations of the file change occasionally and I want to minimize the amount of maintenance involved when there is a change.
In the folder containing the file I have a shortcut to each of the destination drives. When one of the destination folders changes I update the shortcut in that folder.
If I drag the file to each of the shortcuts using the right mouse button one of the options is to copy the file to the target of the shortcut, so one way to copy the file is to manually drag it to each shortcut. Is it possible to achieve similar functionality with a batch file? It is easy enough to write a batch file that copies the files to each destination by coding the destinations into the batch file but is it possible to use a batch file to copy the file to the target of each shortcut? I suspect that parsing the .lnk files is complex but I don't know if there is another way to do this.
View 6 Replies
View Related
Jan 20, 2009
i cant seem to get runas to work in a batch file runas /env /user:domainadminuser cmd
exit it works when manually entered into a command window, just not in a batch script. all that happpens is the command is echoed in a continuous loop.
View 12 Replies
View Related
Jul 22, 2005
I need to create a batch file to resolve a backup issue I'm having. I need a batch file to run before and after backup to correct the issue between Veritas and Backup Exec.http://seer.support.veritas.com/docs/275013.htm
View 2 Replies
View Related
Sep 2, 2005
Is it possible to make a batch file to modify the attributes to files within a folder without typing out every single file in the batch file? (Needed for recovery console use).
View 14 Replies
View Related
Feb 21, 2009
I was wondering if you gurus can give me some direction.I run a Specials Menu on a large LCD TV at a restaurant using powerpoint. There are two specials files (lunch.pps and dinner.pps)When this system reboots, i want a batch file to determine which powerpoint file to open based on what time it is.ON BOOTUP: For instance, if it's anywhere between 11am and 3pm, open the lunch file. If its any other time, run the dinner.pps file. Make sense?
Im already running a scheduled tasks application that shuts down one and starts up the other based on what time. This works very well. Problem is, i frequently Remote Desktop into this machine and make changes. Once those changes are made, i have to reboot the system. I then want this batch file to start the appropriate presentation since the scheduled task application only works when it sees 11am or 3pm (as in the example above)I figured since you can determine time and date within a batch file, can't you do an if /then/else type script within a batch? (if its *this time* then load THIS application)
View 3 Replies
View Related
Jul 19, 2005
i would like to know if there's a good place to learn about makingbatch file because i don't know about the syntax. I only program in c,delphi and Java.What i would like to know is if it's possible to do a "while", "if"(Conditions) and "read/write" text files so i can do a several testlike ping few computer in my buisness and be sure that they are wellconnected by creating a file that after it read the name of the computer it will ping and it pings it, write a file with the name of this computer with a "ok" next to it if it worked and "Not connected"
if it can't ping it!
View 6 Replies
View Related
Jun 17, 2005
I have a batch file which copies key folders and files between hard disks - It would seem that although it will accept only truncated folder and file names (e.g. progra~1) for the source, sub folder and file names are written to the target drive full length. Am I right in thinking that source names have to be written in the truncated form (after all it is, basically a DOS command)? if not how can this be done?
View 2 Replies
View Related
Nov 13, 2008
I'm searching for a good solution of archiving scanned documents. The problem: Recently we bought a new copy-machine from toshiba. It includes the feature of scanning a bunch of documents on its own harddisk. To keep up a structure (Law-firm) we give the files structured names: {casenumber}{client}{typeofdoc}{dateofdoc}.pdf
So, by now we created a structured list of files in the scan-folder of the machine. The next step is to move the files into subfolders on a different pc. These subfolders have 6 digits, simply the case numbers. It should be very easy for a program to move these files paying attention to the case number and sorting them into the right case folders..................
View 14 Replies
View Related
Jul 12, 2005
Is it possible to use Windows XP (Compressed (Zipped) Folders) from the command line, passing it the name of a file as a parameter.
View 3 Replies
View Related
Jun 8, 2005
I've got a very specific task in mind: I'm creating a CD full of mp3's which will play on my portable cd player. BUT: for it to 'see' the mp3s, all the file names have to be preceded by 3 digit track numbers, i.e. 001, 002, NOT 1, 2, or 01, 02.
Rather than re-label 'em all by hand, I'd like to use the rename utility. The only problem is that the rename utility doesn't 'add' the zeroes in front, it 'overlays' the zeroes over the existing label, so I get a bunch of files all numbered '00'.
View 8 Replies
View Related
May 2, 2005
I'm using Remote Desktop Connection from a Windows XP SP2 machine to control a Windows 2000 Terminal machine. How can I share my local files in Windows XP SP2 machine so they can be copied or used for installation in the Windows 2000 Terminal machine?I have tried by checking the Disk drives option in the Local Resources page of the Remote Desktop Connection and then connect but I cannot see my local drives in the Windows 2000 Terminal machine using Windows Explorer.
View 1 Replies
View Related
Jun 22, 2003
To rename a group of files or folders in WinXP, open the explorer folder that contains the files and do the following:
(be careful not to include any critical windows system files or folders when applying this technique. back up with system restore first if you're not sure. also, it only makes sense to apply it to files of the same type.)
1. Highlight the files and/or folders to be renamed (remember to hold down the CTRL key to select non-adjacent files); or hold CTRL-A to select all the files and folders in a given folder
2. Let the mouse hover over the file that you wish to be the first in the series
View 9 Replies
View Related
May 1, 2008
I'm using this command line to copy from a folder to a network folder.
Xcopy C:Dome*.xls Z:\Test
How can I modify it so that it will only copy files that has the Last Modify Date?
View 4 Replies
View Related
Nov 7, 2008
I'm using a small apache server on a local network for a wiki, and I integrate php functions mixed with windows system calls as well.
I'd like to be able to output to a .txt file a search result of *.something on all the available network machines.
I can do the search with the exploer 'Find' function, although its speed is ridiculously slow. However, I can't seem to be able to find an equivalent function in DOS. (DIR is only applicable on one's own machine
View 5 Replies
View Related
Mar 18, 2005
My computer is networked to my boyfriends computer at home. He's the administrator and im guessing can browse my computer remotely. Though it appears that i cant connect to his computer to retrieve some of the files that are mine on his computer. See he saved some stuff on his, i have a laptop he has a desktop.
View 2 Replies
View Related
Mar 12, 2005
The title says it all! Basically I have a comp running XP pro and I want to be able to work locally on one user account, with some kind of remote access server running on another XP user account so that the remote account and the local account can be used simultaniously. I know that this cannot be done with XP Pro remote desktop and could be by Windows Server 2003 remote desktop, but i need an alternate solution to make this happen.
View 5 Replies
View Related
Aug 13, 2005
I want to use Remote Desktop Sharing in NetMeeting to connect to a remote PC to download files or fix problems on it. I tried to call the remote PC using its IP address but it only allow me to access the netmeeting features like video conferencing.
View 1 Replies
View Related