0
votes
1answer
44 views

How to remove file extension from the filename?

I wrote some simple batch file that converts any audio/video files to .ogg (audio) format. For example music off youtube which is in .flv format. Here's the script: set ogg_rate=1.3 set ...
-3
votes
0answers
31 views

is it possible to have a batch script to diagnose a pc? [closed]

I am trying to get a batch script that will help diagnose a computer or laptop (usb ports, hard drive, etc) then generate a report at the end (results). Is it possible?
0
votes
1answer
31 views

Error running PowerShell script with .bat

I'm trying to run a .bat file calling a shell .ps1 file. I've tested my script directly in powershell and there it works. But when I run the .bat, a error occurs saying to me something like [ The ...
0
votes
1answer
32 views

How to use interopPermission on batch job script execution

I'm trying to run a powershell script through batch job, I used the following code that works fine in a job : System.Diagnostics.Process process; System.Diagnostics.ProcessStartInfo startInfo; ; ...
1
vote
1answer
40 views

DOS Batch file - Copy file based on filename into default folder

I would like to use a batch file to put them into default folder, but the account name is in the middle of the folder. Have any script I can use in dos command prompt? 888123_AAAA_20130313.pdf ...
0
votes
0answers
22 views

Batch DIR and VAR

I am currently working on a "advanced" batch script, just to keep my mind to something. What i am trying to make is a (as far as its possible to make one) Bot script that includes the following ...
-2
votes
1answer
13 views

I dont run mi script junit by .bat

I read other questions like a: "How to run Junit testcases from command line?" and "how to run junit test command line from java [duplicate]" I still can not run my script from a file .bat: java -cp ...
0
votes
3answers
36 views

Batch Script - muliple duplicate strings in a row

The below script provides the output of each occurence of the token# 1 field but I need add two more conditions. Output should be provided.i.e. only when it is more than one since I have millions ...
-3
votes
1answer
43 views

Batch Script - finding duplicate strings [closed]

Please help me asap in providing a solution in batch script for finding duplicate strings in a delimited text file and writing the duplicates into a new file.The field position should be edited in the ...
0
votes
4answers
69 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
55 views

how do i fix: 'access denied' with the move command in windows 7?

Hi there i'm using the windows 7 'move' command like so: move /Y "C:\old.sub.folder\folder.i.want.to.move" "F:\new.sub.folder\folder.i.want.to.move" and i keep getting an 'accessed denied' error ...
0
votes
3answers
90 views

Unsigned Powershell scripts from HTA

I have created the below batch file and it works flawlessly as long as I run it manually. However, if I run the .bat file from a HTA application, PowerShell says that he can't run the script because ...
0
votes
3answers
70 views

copy lines from a text file to another

i have two text files file1 has the following lines line1 line2 hello-hai-1 hello-2-hai 3-hai-hello hello and file 2 has line4 line3 hello-hai-5 hello-7-hai 6-hai-hello hai hello-4 what i want ...
0
votes
0answers
22 views

Editing VLC script for a Server-Client function

I have some issues with a project with VLC. I'm tryying to make an Server-Client streaming with VLC. I have two VLC (one for Server, another for client). The server is launched by this script .bat ...
0
votes
1answer
34 views

Batch script to log in SSH server on Windows

I'm trying to make a batch script to log in into a SSH server and execute a few commands. The start command is: plink -ssh user@99.99.999.99 Then I need to enter the User Name and Password like the ...
0
votes
1answer
24 views

Batch script network file

I have a batch script which I am trying to open a file (powershell script on a network location). If I put the path as a local c:\test.ps1 it works fine but I cant seem to get it to work with the ...
0
votes
1answer
38 views

Batch Script creating mutliple text files with incrementing numbers inside

I'm trying to right a script that creates multiple text files from a list of image names but I need each of them to have an incremented number in the contents. So far I've come up with this setlocal ...
0
votes
1answer
43 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
3answers
45 views

Powershell or Batch EXITCODE 7zip

how can I get the exit code of a 7zip's operation? for example: 7z x filename.zip -y how can I get it? at now, I do some operations in bat, but I can change language. I found something with AHK ...
1
vote
1answer
44 views

script to run exe as specific user in windows

I have a .exe file in some location C:/foo/myhost.exe which actually creates MSMQ queues in the system and I need to run that a specific user (Network account). I am looking for script where business ...
1
vote
1answer
23 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 ...
3
votes
1answer
41 views

Error downloading file to local subfolder using WinSCP

I use a batch file to get into WinSCP. The .bat reads a script file containing this: cd /download/.stuff get file.txt D:\Name\Sub Name\Even Lower changes directory fine, finds file fine, but when ...
1
vote
1answer
52 views

Batch script to check last reboot time with if else condition

I want to get few details from my server like the last reboot time using a batch file. I am using the command systeminfo | findstr "Time:" to get the current up time of the server now my issue is ...
1
vote
1answer
42 views

Windows XP Batch- IF EXIST FTP with Date Variable

I am writing a quick batch to see if a file exists after executing an exe. The file is created with a YYYYmmDDnumbernumbernumber.xml file name according to the current date. How do I check for the ...
5
votes
1answer
52 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 ...
-3
votes
2answers
62 views

Script to rename the first 6 files in a folder [closed]

I am looking for a script that can rename the first 6 files in a folder. I have a folder of files and I would like those renamed to 1-6 for another script I made. Is there a way to do this? The only ...
0
votes
0answers
160 views

Batch script or command to delete files older than x days

I have a .txt file which gets appended with some rows of data after every ETL run. I want to delete the file every 45 days as a clean up activity. The date on the file gets updated every time i append ...
0
votes
1answer
26 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
49 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
2answers
54 views

Batch script calls a Bash script but output file does not populate

I have a batch script that looks like this @ echo off c:/cygwin/bin/bash -li each_sec_extract.bash c:/iperfprocess/sprint/file1.txt > c:/iperfprocess/sprintbashed/file1.txt each_sec_extract.bash ...
1
vote
1answer
90 views

finding encoding type using batch script

I have a requirement that my batch script should find whether the encoding type of input file to batch process is either UTF-8 or not?Can anyone suggest me any idea whether we can find the encoding ...
0
votes
4answers
85 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 ...
-1
votes
0answers
34 views

script to create zip file archive

I am in need of script which creates zip archive. My folder structure as follows G:\Working\2001\58\19396\895911 G:\Working\2001\2458\149396\898918 G:\Working\2001\36\126\907415 etc., wherein last ...
0
votes
3answers
55 views

Quick one; Where can I find a list of slash commands for batch scripting?

I just have a quick question for you all if you could help me I would appreciate that. I have spent this morning learning Batch scripting and while I believe I have a lot of the concepts down -- I've ...
0
votes
2answers
96 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 ...
-1
votes
2answers
67 views

Batch script to copy text lines from one textpad to another, and do some other things

I have this notepad file filled with a long list of lines... Like this: MCDXY22 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xyzbdk012)(PORT = 11234) (CONNECT_DATA = ...
0
votes
2answers
83 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
1answer
52 views

cmd script with sqlplus not returning any results

I a cmd script that looks like this right now: for /f "delims=" %%a in ('sqlplus user/pass@OMP1 @CheckRowCount.SQL') do set rowcount=%%a if %ROWCOUNT% GTR 0 ( ...
0
votes
1answer
29 views

how to open a web address, and print the page with batch/VB script?

I am new to batch script, please suggest what to do with the following question. I want to load a web page, then print 2 copies of the webpage to a printer using batch/VB script. Thanks.
-5
votes
1answer
34 views

How can renaming file in batching script? [closed]

If Equetes_77 not exist { rename Equates.trf ---> Equates_77.trf rename Equetes3.trf --> Equates.trf } else { rename Equates77.trf --> Equates.trf rename Equates.trf --> Equates3.trf }
0
votes
3answers
48 views

Filter Information with cmd/batch script

I'm using "Disk Usage" (http://technet.microsoft.com/en-us/sysinternals/bb896651) to get the size of the recycle bin. The problem is that I get a bunch of information that I don't need and I can't ...
0
votes
2answers
20 views

Running command line on multiple music files

I am using a CLI program called metaflac (http://flac.sourceforge.net/documentation_tools_metaflac.html) to remove padding from various FLAC music files on my computer. Using the following command in ...
0
votes
1answer
60 views

Batch script find files in a directory

I need to find all find with extension *.job in a specific folder. But somehow my code not work. However it works when i change *.job to specific name such as INV.job? if exist ...
0
votes
1answer
115 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
1answer
49 views

wsadmin jython script exit code to calling script

I am writing batch and bash scripts to automate some websphere tasks. I need to get the exit code of myscipt.jy back to the calling script, jython script #----------myscipt.jy----------- #I am ...
2
votes
4answers
74 views

Writing a batch script/file for converting a between two folders/files structure

I'm very bad with batch files/scripts, especially compared to ones who are "fluent" with it :). I would really like help with creating a simple (and easy to "adjust") batch file/script which could ...
0
votes
1answer
38 views

How would you improve this code? [duplicate]

i wrote this alarm script because i was bored but now i wonder if it is as good as it could be how would you improve it? Im new to coding and don't really know good code from bad code. Thanks for the ...
0
votes
2answers
22 views

Quick way to create skeleton .CPP files for each .H file

I have a header-only library with loads of .h files and I want to test each file works by having a .cpp file for each .h file with the same base file-name, which is empty except for #include-ing the ...
1
vote
3answers
148 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 ...

1 2 3 4 5 10