Search found 5868 matches

by foxidrive
06 Oct 2016 15:03
Forum: DOS Batch Forum
Topic: tobat.bat (Part of the BatFramework) - Drag and drop a file and turn it into batch
Replies: 28
Views: 21533

Re: tobat.bat (Part of the BatFramework) - Drag and drop a file and turn it into batch

I can't help but smile when guys are talking about a 64KB batch file (and trying to shave a few Kbytes off it) ... which transfers by email in the blink-of-an-eye these days. I remember downloading programs on a BBS and using on a 14400 dialup modem. And that was blindingly fast compared to a 300 Ba...
by foxidrive
06 Oct 2016 14:48
Forum: DOS Batch Forum
Topic: Bézier curve animation symmetric fantasy art
Replies: 18
Views: 30128

Re: Bézier curve animation symmetric fantasy art

The level of flicker is probably dependant on the graphic card, monitor and CPU grunt too.

I too like the animations. Tres lubberly!
by foxidrive
06 Oct 2016 14:39
Forum: DOS Batch Forum
Topic: Batch job won't run with task scheduler
Replies: 13
Views: 12858

Re: Batch job won't run with task scheduler

chev wrote: I see your point and I would think if that was the problem when I run the batch jobs manually( with task scheduler) (or scheduled) while logged into the server everything works fine.


That's not the same as running the task without being logged in.
Test Squashman's advice once more.
by foxidrive
06 Oct 2016 14:37
Forum: DOS Batch Forum
Topic: How to delete files older than 7 days using a BAT file
Replies: 6
Views: 7734

Re: How to delete files older than 7 days using a BAT file

abhishekkumarrai3 wrote:
ShadowThief wrote: I don't see anything wrong with the command you're using.


the issue is its also deleting the file which is only 3 days old.


please help me for this.

It's been a while. Did you sort this out?

Squashman was trying to determine your problem too.
by foxidrive
30 Sep 2016 16:09
Forum: DOS Batch Forum
Topic: Batch File Automatisch weiterleiten
Replies: 4
Views: 4783

Re: Batch File Automatisch weiterleiten

m Mit Google übersetzen So here is my question. As you can see below I want the man to enter first his username. But I want to be when man enters not automatically redirected. By Choice goes nciht because you can because only 1 number 1 as ErrorLevel translated. How to set / p, set an automatic time...
by foxidrive
30 Sep 2016 16:05
Forum: DOS Batch Forum
Topic: A script to continuous ping an address and voice alert when connected
Replies: 10
Views: 8227

Re: A script to continuous ping an address and voice alert when connected

Just a tip for seaching on DosTips - use google with the dostips domain.

https://www.google.com.au/search?hl=en& ... ostips.com


This might be one of the better threads on the topic:

viewtopic.php?t=5543
by foxidrive
27 Sep 2016 18:37
Forum: DOS Batch Forum
Topic: How can I run a RIGHT CLICK OPTION of a file in a Batch file?
Replies: 1
Views: 3031

Re: How can I run a RIGHT CLICK OPTION of a file in a Batch file?

If the filetype is registered to a program then that program will launch with the file when using this command. start "" "C:\ATP\atpdraw\project\work\testematlab.atp" This is the kind of command line using a program that you can try too. start "" "c:\program locati...
by foxidrive
26 Sep 2016 23:35
Forum: DOS Batch Forum
Topic: Trying to insert text to end of every line
Replies: 7
Views: 7147

Re: Trying to insert text to end of every line

foxidrive wrote:This uses a native Windows batch script called Jrepl.bat written by Dave Benham

or download it from Dropbox (unblock it after downloading): https://www.dropbox.com/s/4otci4d4s8x5ni4/Jrepl.bat

The file on dropbox has been updated if you used that one.
by foxidrive
26 Sep 2016 15:47
Forum: DOS Batch Forum
Topic: Trying to insert text to end of every line
Replies: 7
Views: 7147

Re: Trying to insert text to end of every line

This uses a native Windows batch script called Jrepl.bat written by Dave Benham Put it in the same folder, or in a folder that is on the system path. http://www.dostips.com/forum/viewtopic.php?f=3&t=6044 or download it from Dropbox (unblock it after downloading): m call jrepl "^(.*)" &...
by foxidrive
26 Sep 2016 11:32
Forum: DOS Batch Forum
Topic: esd ---> iso script (Testing in progress)
Replies: 85
Views: 53116

Re: esd ---> iso script (Work in Progress)

Are you attempting to check if the input is upper case and 0-9 and _ If so then try this code out: @echo off setlocal enabledelayedexpansion set repeat=4 set "message=Please enter a valid volume label (UDF 1.02 volume identifier): " set "message=Enter a UDF 1.02 volume label/identifie...
by foxidrive
26 Sep 2016 03:43
Forum: DOS Batch Forum
Topic: DIR /s Command on Mapped Drives
Replies: 17
Views: 16054

Re: DIR /s Command on Mapped Drives

dcampbe1 wrote:Given this is a Win10 issue

That's not proven in the way I see this issue, from the information provided.
by foxidrive
26 Sep 2016 03:29
Forum: DOS Batch Forum
Topic: DIR /s Command on Mapped Drives
Replies: 17
Views: 16054

Re: DIR /s Command on Mapped Drives

I've been doing all this testing from a DOS prompt on my Win10 machine without a script. Using virtually any combination of commands on any drive on that machine produces expected results. Using those same commands on any mapped drive of either of two other Win7 machines locks me into the root leve...
by foxidrive
26 Sep 2016 03:16
Forum: DOS Batch Forum
Topic: DIR /s Command on Mapped Drives
Replies: 17
Views: 16054

Re: DIR /s Command on Mapped Drives

dcampbe1 wrote:I'm accessing it from a Win10 64-bit box.


Other blokes can test this on Win10 as it's not as OS I've felt the need to tinker with yet.

There have been a number of comments here about peculiarities with Win10.
by foxidrive
26 Sep 2016 03:12
Forum: DOS Batch Forum
Topic: DIR /s Command on Mapped Drives
Replies: 17
Views: 16054

Re: DIR /s Command on Mapped Drives

I get proper responses when using any variation of the command against non-mapped (local) drives, but using virtually any variation of the command against any mapped drive displays the folder contents of the root directory only. We can't diagnose what we can't see: I'm only making that point becaus...