findstr sucks. I used to like it, but it is very weak.this should work:findstr /r "[^\ ]" test.txtfor what you want, but the command totally bombs.and a for-example (just test for space at beg. of line)findstr /r "^\ "should work. Instead it bitches that there are no strings supplied.It works for soRead more
findstr sucks. I used to like it, but it is very weak. this should work: findstr /r “[^\ ]” test.txt for what you want, but the command totally bombs. and a for-example (just test for space at beg. of line) findstr /r “^\ “ should work. Instead it bitches that there are no strings supplied. It works for some things, but sucks for others (mostly, apparently, involving spaces.) you could work around it: for /f %%a in (file) do ( set test=%%a set test=!test: =! if “!test!” neq “” >> newfile echo %%a ) ::—- end It’s not your fault, this one’s squarely in MS’s jurisdiction AFAIC, putting out sucky commands.
You probably don't.But you may want to change:CHOICE /C;123456to either:CHOICE /C123456CHOICE /C:123456so your results are not skewed.=====================================Helping others achieve escape felicityM2
I'll assume you've right-clicked the picture and chose Format picture to check the settings under the Properties tab.Other than that I have no other suggestions.Delete and reinsert?Good luck!
I’ll assume you’ve right-clicked the picture and chose Format picture to check the settings under the Properties tab.
Did you solve this?It never used to be but now it can get tricky to jailbreak older devices. How I would tackle the job is to firstly completely remove iTunes altogether. Use a third party uninstaller such as revo and let it do a thorough uninstall, all orphaned files and registry entries removed. CRead more
Did you solve this?
It never used to be but now it can get tricky to jailbreak older devices.
How I would tackle the job is to firstly completely remove iTunes altogether. Use a third party uninstaller such as revo and let it do a thorough uninstall, all orphaned files and registry entries removed.
Create a restore point.
Now check if your operating system is 64 or 32 bit.
Download the latest corresponding version of iTunes. If you are running a 64 bit operating system use the 64 bit version of iTunes. I believe by default iTunes loads the 32 bit version so you will have to google it. Only get it from Apple.
I believe at that time and beyond there were 3 different branded jailbreak releases that supported current devices and older iOS iterations. Explore them and make sure your device and iOS version is compliant. Again use google and YouTube to research. They were Pangu, evasi0n and TaiG. I’m not sure if redsnow and limerain were current then but I doubt it.
Get the jailbreaking software from trusted sources (this is very very important).
Take a look at redmondpie and evasi0n for sources.
Edit: newer jailbreak solutions probably won’t work because they are designed to work with the 64 bit processor that was implemented from the iPhone 5S? (I’m guessing here) onwards. The iPhone 4 has a 32 bit processor.
Oh and one last thing. You are looking for an untethered jailbreak. A tethered one will mean you will have to apply the jailbreak every time the iPhone is rebooted, switched off or runs out of juice.
Look at the label on your laptop.It has a Type and a Model on itType: e.g. 2645 or 2646Model: xxx, e.g 1RR2645-xxx or 2646-xxxe.g.Go here:Support & downloadshttp://www-307.ibm.com/pc/support/s...On the right side of that page, type your Type and Model in the Quick path Enter a product number boxRead more
Look at the label on your laptop. It has a Type and a Model on it Type: e.g. 2645 or 2646 Model: xxx, e.g 1RR 2645-xxx or 2646-xxx
If you are installing from the CD, the CD might be scratched. Try cleaning it with a clean soft (cotton) cloth.E8500 | 4GB | 320+160GB | 9800 GT 1GB @ 720/990 | HP w1907 @ 1440 x 900 60Hz| Win7 Ultimate SP1 x64
If you are installing from the CD, the CD might be scratched. Try cleaning it with a clean soft (cotton) cloth.
Using FINDSTR To Locate Whitespace Lines
findstr sucks. I used to like it, but it is very weak.this should work:findstr /r "[^\ ]" test.txtfor what you want, but the command totally bombs.and a for-example (just test for space at beg. of line)findstr /r "^\ "should work. Instead it bitches that there are no strings supplied.It works for soRead more
this should work:
findstr /r “[^\ ]” test.txt
for what you want, but the command totally bombs.
and a for-example (just test for space at beg. of line)
findstr /r “^\ “
should work. Instead it bitches that there are no strings supplied.
It works for some things, but sucks for others (mostly,
apparently, involving spaces.)
you could work around it:
for /f %%a in (file) do (
set test=%%a
set test=!test: =!
if “!test!” neq “” >> newfile echo %%a
)
::—- end
It’s not your fault, this one’s squarely in MS’s jurisdiction
AFAIC, putting out sucky commands.
Solved Findstr Is Working In CMD Line But Not Working In Batch
Check the value of %OutputFolder%. It's either subtly incorrect, or it has spaces. How To Ask Questions The Smart Way
How To Ask Questions The Smart Way
Can’t Assign Esc Key In a Batch File
You probably don't.But you may want to change:CHOICE /C;123456to either:CHOICE /C123456CHOICE /C:123456so your results are not skewed.=====================================Helping others achieve escape felicityM2
But you may want to change:
CHOICE /C;123456
to either:
CHOICE /C123456
CHOICE /C:123456
so your results are not skewed.
=====================================
Helping others achieve escape felicity
M2
Batch File To Shorten File Names In a Folder?
:: ==========================================:::: shorty40.bat Tue 15-02-2011 13:36:34.66@echo off & setLocal enableDELAYedeXpansionfor /f "tokens=* delims= " %%a in ('dir/b/s/a-d *.txt') do (set F=%%~Naset F=!F:~0,36!move /y "%%a" "%%~DPa!F!%%~Xa")=====================================Life is toRead more
::
:: shorty40.bat Tue 15-02-2011 13:36:34.66
@echo off & setLocal enableDELAYedeXpansion
for /f “tokens=* delims= ” %%a in (‘dir/b/s/a-d *.txt’) do (
set F=%%~Na
set F=!F:~0,36!
move /y “%%a” “%%~DPa!F!%%~Xa”
)
=====================================
Life is too important to be taken seriously.
M2
Word Crashes When Inserting Images
I fixed it!!!! Finally found this at Microsoft.http://support.microsoft.com/kb/921541
http://support.microsoft.com/kb/921541
A Picture In Excel Keeps Moving When Printing
I'll assume you've right-clicked the picture and chose Format picture to check the settings under the Properties tab.Other than that I have no other suggestions.Delete and reinsert?Good luck!
Other than that I have no other suggestions.
Delete and reinsert?
Good luck!
Solved How Do I Fix Dialup Connection Error 777?
Error 777 - you cannot fix it at your end. It's the dial-up number/internet service you want to connect to that's out of order.
How To Jailbreak iPhone 4 iOS 7.1.2?
Did you solve this?It never used to be but now it can get tricky to jailbreak older devices. How I would tackle the job is to firstly completely remove iTunes altogether. Use a third party uninstaller such as revo and let it do a thorough uninstall, all orphaned files and registry entries removed. CRead more
It never used to be but now it can get tricky to jailbreak older devices.
How I would tackle the job is to firstly completely remove iTunes altogether. Use a third party uninstaller such as revo and let it do a thorough uninstall, all orphaned files and registry entries removed.
Create a restore point.
Now check if your operating system is 64 or 32 bit.
Download the latest corresponding version of iTunes. If you are running a 64 bit operating system use the 64 bit version of iTunes. I believe by default iTunes loads the 32 bit version so you will have to google it. Only get it from Apple.
I believe at that time and beyond there were 3 different branded jailbreak releases that supported current devices and older iOS iterations. Explore them and make sure your device and iOS version is compliant. Again use google and YouTube to research. They were Pangu, evasi0n and TaiG. I’m not sure if redsnow and limerain were current then but I doubt it.
Get the jailbreaking software from trusted sources (this is very very important).
Take a look at redmondpie and evasi0n for sources.
Edit: newer jailbreak solutions probably won’t work because they are designed to work with the 64 bit processor that was implemented from the iPhone 5S? (I’m guessing here) onwards. The iPhone 4 has a 32 bit processor.
Oh and one last thing. You are looking for an untethered jailbreak. A tethered one will mean you will have to apply the jailbreak every time the iPhone is rebooted, switched off or runs out of juice.
http://www.iphonehacks.com/2014/06/…
message edited by btk1w1
IBM Thinkpad 600E Error Code I9990305
Look at the label on your laptop.It has a Type and a Model on itType: e.g. 2645 or 2646Model: xxx, e.g 1RR2645-xxx or 2646-xxxe.g.Go here:Support & downloadshttp://www-307.ibm.com/pc/support/s...On the right side of that page, type your Type and Model in the Quick path Enter a product number boxRead more
It has a Type and a Model on it
Type: e.g. 2645 or 2646
Model: xxx, e.g 1RR
2645-xxx or 2646-xxx
e.g.
Go here:
Support & downloads
http://www-307.ibm.com/pc/support/s…
On the right side of that page, type your Type and Model in the Quick path Enter a product number box. e.g. 2645-1RR , click on Go.
That yields you the home support page for your specific 600E Type and Model
Click on User’s guides and manuals
Try looking at the Hardware Maintenance Manual
or
the On-Line User’s Guide
or
the User’s Reference
The error code may be in there
Call Of Duty 2 Can’t Find Iw_00.iwd file
If you are installing from the CD, the CD might be scratched. Try cleaning it with a clean soft (cotton) cloth.E8500 | 4GB | 320+160GB | 9800 GT 1GB @ 720/990 | HP w1907 @ 1440 x 900 60Hz| Win7 Ultimate SP1 x64
E8500 | 4GB | 320+160GB | 9800 GT 1GB @ 720/990 | HP w1907 @ 1440 x 900 60Hz| Win7 Ultimate SP1 x64