1
vote
0answers
20 views

How to call a cmd on a remote server without having the absolute path [migrated]

I would like to call a cmd (let's call it x.cmd) on a remote server. The x.cmd will return a log file in a log folder. Problem is this log folder in x.cmd doesn't have an absolute path (just a ...
2
votes
1answer
58 views

Batch script, call cmd on servers

I am trying to call x.cmd from many servers in a list and basically x.cmd will return a log file so I will copy the output log files into a new folder. the structure in that list is: server ...
-1
votes
0answers
16 views

How to find number of installations of same software in any windows? [closed]

I need to segregate the application installed in every machine... is there any way or any script to find\Count the number of installation of same product in same windows(all OS) machine?? Please Help ...
1
vote
2answers
20 views

Windows Batch script tp process flat files

I want some help in writing Windows Batch Script. I have a Delimeted Text file with data as shown below: 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6. I want to write a ...
0
votes
0answers
24 views

file renaming Scripting. renaming episodes automatic

i'm trying to make a script so it will automatically rename season episodes. for example i have an episode that is just named "episode 1" i would like to rename it to "Family guy S01E01" and the be ...
2
votes
1answer
47 views

how to display the length of a FULLNAME

how can i get the length of the full path of a filename? I am getting all the files recursively in a directory structure succesfully, and now I am trying to get the length of the fullpath: ...
0
votes
4answers
87 views

Batch (Windows) execute script wait for request and input the answer

the problem: I want to create a batchfile that executes other scripts. Then only problem is, you can not give the necessary input by parameters. The scripts ask for some data along the way. Is there ...
0
votes
1answer
48 views

Windows Batch Script - File iteration issue

Id like to read input from many files one at a time and process that input before going to the next file. All files have a special name that defines their order of input. It is as follows: ...
0
votes
1answer
85 views

Powershell Send-MailMessage cmdlet - Subject parameter won't let me pass a number

So as part of a larger script I'm working on I have to send an email with results Whenever I use a number in the Subject field not only is the number not send BUT the mailmessage is never sent and no ...
0
votes
0answers
14 views

windows script host code 800A9C68

I am trying to run a program that uses excel 2010 vbs sheets. I get a pop up window that contains this code. windows script host code 800A9C68 Prior to purchasing office prof 2010, I was running ...
1
vote
1answer
25 views

Bat file to delete file 1 level deep

I have my network users my documents redirected to a network drive. IE: On the server I have: Z:\ENDUSERS\enduser.name... I'm looking to create bat file do a search from Z:\ENDUSERS for a specific ...
0
votes
1answer
72 views

custom pop up message when usb device is plugged in (Windows 7)

I know a little bit about programming. I wanted to know if there was a way to get a message box pop up every time someone plugs in a usb drive saying something like "is this an approved device?" . I ...
1
vote
2answers
25 views

script to delete folders based on date

I've done some looking but just can't find the exact code. What I have is a series of server backups that are backed up to a remote location. I need a way to have a windows script that runs each night ...
0
votes
1answer
19 views

WiseScript: Get user executing a running process

I know that the currently logged on windows user can be detected via WiseScript using: Get System Information, Retrieve: Windows Logon Name But purely in WiseScript, is there a way to get the user ...
5
votes
1answer
54 views

Unable to write html from windows batch script using for loop

after struggling for 2 days I still have not been able to find solution to my problem with windows batch script. what I want to do is read the html file line by line and if the matching keyword found ...
0
votes
1answer
16 views

On Windows, are there restrictions on extensions that can be used in PATHEXT?

I am trying to set file associations on my Windows machine so that files with the extension .script run without needing the extension specified (much like .bat, .ps1, .py files). I have set things up ...
1
vote
1answer
50 views

Windows Scipt to disable minimize and maximize buttons

I found the following vbs script that will open IE perfectly the way I would like. I've seen some javascript for a webpage to disable the min/max buttons, but doesnt really work seemlessly. I'm on XP ...
0
votes
1answer
28 views

Proper variable scope in windows batch script

I cant figure out this variable scope.. heres the code. I've been reading around but cant seem to nail it. I want to copy a file 4 times and concatenate a name every time expanding the name of the ...
0
votes
0answers
53 views

Is there an advanced tutorial in windows batch scripting? [closed]

I'm working for a software company that uses windows batches to compile their projects and do many other stuff, so I need a reference to comprehensive tutorials in this area to take me deeper and ...
0
votes
4answers
88 views

Is there any way to launch dialogs from a windows batch file?

It is quite common to find bash scripts showing GUI dialogs using tools such as "dialog". I would like to write a MS Windows batch file which could interact with the user through some kind of GUI ...
0
votes
2answers
26 views

Extracting a sub-string from a Variable in C Shell Script?

I am absolutely new to C Shell Script (.csh). I dont know why the following script is not working properly. set Version; wmic /append: "$Version" wmic os get version; #This prints: Version ...
0
votes
2answers
41 views

How to rename all files in a folder and create a renaming map

Note: I have access to both Linux and Windows platform so answers for any of these platforms are fine. I have a folder which contains less than 10K .png files. I would like to: 1. rename all files ...
0
votes
1answer
48 views

Determine version of Microsoft Windows using C Shell Script?

I had asked a similar question here but that was using perl. Now my boss tells me I have to use C Shell Script (.csh). I am a beginner & trying to understand things from here. So I created this ...
0
votes
1answer
16 views

Is it possibly copy files and position them in my folder with x y coordinates?

Really out there question but, I wanted to create a batch script or (any script) to copy files in a folder be able to position them around in a folder window in a particular arrangement. For example, ...
0
votes
2answers
110 views

How to create an empty text file with specified path using Windows batch script

It has to create full folder path, along with the empty file. My requirement is i will get textfile path as argument and if that file doesn't exists, need to create the file. I thought to get the path ...
1
vote
1answer
26 views

How do I append odd numbers to folder name using Windows batch?

I used a batch script that I found on this site to create a directory of 50 states with roughly 3000 subdirectories for counties. Unfortunately, the files I will be copying in to the directory are ...
0
votes
2answers
93 views

Execute RDP connection on multiple server

We have thousand of Windows server in our network. For some kind of work we need to log in on 100+ servers. We are doing it manually. Entering server name and giving credentials. Is it possible to ...
0
votes
2answers
152 views

How to get total physical memory (ram) information in GB by WMI query?

I know how to get total physical memory from win32_computersystem class. but that comes in bytes or kb. I want this information in MB or GB. in wmi (wql) query. wmic also work. thanks in advance.
0
votes
1answer
134 views

plink automated batch script

How would I create a simple batch script(windows) to close then current plink session if it times out and reconnect automatically? something like this: if "plink.exe" == "false" ( "plink ...
0
votes
0answers
48 views

Can't execute powershell azure cdmlets from any other PC than server

The issue is the following. I can update user info from Office 365 using Azure cdmlets from the server, the code checks the user and updates the password. The issue is when I run it from a different ...
0
votes
1answer
41 views

Delele shortcut linking to non-existing file

Here's my problem: I need to write a script deleting shortcuts that are linking to non-existing files and shows which shortcuts were deleted. Script on JScript or VBScript (Windows Script Host) How ...
1
vote
3answers
178 views

how to automate cygwin and mintty

I currently have this under my shortcut C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico - after that is run i have to type in cd x:ENTER then i run a curl script which does not change. I tried ...
0
votes
1answer
200 views

using cmd / batch file to get all the files recursively modified or created after certain date

I am trying to get all the files in an entire directory structure that have been created or modified after a certain date: for /f "usebackq tokens=1-7* delims=/: " %I in (`dir/tc/o-d/s ...
1
vote
1answer
80 views

How to switch current user using powershell?

my task is to create new windows local user, log in, using it and then do some actions. Creating new user wasn't a problem but i don't know how to switch current user to new one. What i did is a ...
0
votes
0answers
97 views

click the ok button on message box that arrived during running script

I wonder how can i click the 'ok' button on message box in script that arrived during running script. If anyone knows a simple solution how can i do it ? Thanks for any answers :)f
2
votes
1answer
123 views

powershell mouse move does not prevent idle mode

Before I start, here is my very first little code I wrote in PowerShell :) [System.Windows.Forms.Cursor]::Position = ` New-Object System.Drawing.Point($pos.X, ($pos.Y - 1)) ...
1
vote
1answer
20 views

Skript to install a driver

There are problems in Windows 7 with device driver which should be installed and manufacturer has no real setup. The needed files are on CD. But when device is connected, the device manager does not ...
0
votes
0answers
17 views

Command line for changing console

I am looking out a way I can switch windows consoles like we do in Windows task manager->Users [TAB]->Connect to some console. I want a way to get this done programmatically, preferably command ...
0
votes
2answers
53 views

Find if “ - ” is in a directory name (batch)

In a batch I have a for /d /r %%a in (*) do I want to do an action if %%a contains " - " (ie white space + hyphen + white space) and another action if it doesn't contain this string. I cannot ...
0
votes
3answers
65 views

A script to automatically delete folders in another folder

I've came across several posts and even code online about .batch files to delete folders and files. However, I am still pretty confused by the myriad amount of information that's on the Internet. Is ...
0
votes
1answer
141 views

Windows batch script to provide user input to Perl script

I'm running a Perl script that waits for user input. How can I get a batch file to run the script, and provide the input? I can't modify the Perl source code to accept command line arguments. Here's ...
1
vote
1answer
65 views

Writing script that runs on Windows and Mac

I need to write a small script that renames some files in a directory. This script needs to be run on Mac and Windows. What is the best scripting language for this? I want to write something that ...
0
votes
1answer
17 views

Conditional loading of Chrome based on working internet (WLAN) connection

I have a thin client running stand alone on Windows XP embedded which will be used as a information screen. Information shall be pulled from the internet (through a website) when a WLAN-connection has ...
1
vote
5answers
196 views

How to make a new line in a text file at every instance of character X - Windows 7?

I have a text file filled with characters: ABCABCABCABC ...and with a script (Batch, VBS, Powershell, anything simple for Windows really) am trying to automatically add a new line for every ...
0
votes
1answer
78 views

Batch How can I rename a file saved into a variable?

this is my situation: @echo off Setlocal EnableDelayedExpansion set file=C:\Users\test\Desktop\fscls.cfg how can I rename %file% variable to get (with an echo command): ...
0
votes
2answers
312 views

Automate mouse click in windows with script/batch file

Firstly I'd like to point out that this is a rather strange question and also that I don't even know if stackoverflow is right for this... Anyways, is there a way to write a batch file or some other ...
0
votes
6answers
379 views

How to combine multiple lines in a single text file into one line, in Windows?

I have a multiple standard text files that follow this format, with varying numbers of lines in each file: Line1 Line2 Line3 Line4 I want to merge every line into one, with a space in between each ...
0
votes
3answers
54 views

Cross Platform Scripting

I was wondering if I could use a Windows script on a Linux plateform. I found out that it wasn't possible. However, is there a mean to create a script that could be executed on ANY platform (Linux, ...
0
votes
1answer
107 views

How do I create a script to run MySQL command line?

I'm trying to import about 20 .csv files into MySQL and I'm fed up with doing it via phpmyadmin's import gui. Is there a way to do this by batch without typing on the command line? i.e. a script that ...
1
vote
1answer
308 views

Running wget command line in batch file in windows

I use wget in windows and it works pretty well with basic http requests but when I run the command below, which basically an action URL on snom phones. it doesn't run it and gives me the message below ...

1 2 3 4 5 7